>
Operators
The Greater Than node takes in 2 values and returns if the first value is larger than the second value.
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
- Wikipedia's definition of inequality.
- Microsoft's documentation on the greater than operator.