ProtoFlux:Greater Than

From Resonite Wiki
Revision as of 13:04, 27 June 2024 by AmasterAmaster (talk | contribs) (Filled in this node page.)
>
A
*
B
Operators

The Greater Than node takes in 2 values and returns if the first value is larger than the second value.

For other comparison nodes:
  • If you need to check if a value is less than something else, use the Less Than node instead.
  • If you need to check if a value is greater than or equal to something else, use the Greater Or Equal node instead.
  • If you need to check if a value is less than or equal to something else, use the Less Or Equal node instead.

Inputs

A (Call)

The first value.

B (float3)

The second value.

Outputs

* (bool)

Returns if the first value is larger than the second value.

See Also