Less Than#

Returns true if A is less than B, false otherwise.

Component Information#

  • Name: LessThan

  • UI Name: Less Than

  • Version: 1

  • Categories: Transform

Input Properties#

Property

Display Name

Type

IO Type

Default Value

Optional

a

A

Float

Input

0.0

No

b

B

Float

Input

0.0

No

A#

The first value to compare.

B#

The second value to compare.

Output Properties#

Property

Display Name

Type

IO Type

Default Value

Optional

result

Result

Bool

Output

false

No

Result#

True if A < B, false otherwise

Usage Notes#

This component is part of the RTX Remix graph system. It is intended for use in the Remix Toolkit and Runtime only.


← Back to Component Index