Greater Than#

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

Component Information#

  • Name: GreaterThan

  • UI Name: Greater 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