Fixed description types. Fixed node visual. |
m YoshBot moved page ProtoFlux:Greater Than to ProtoFlux:GreaterThan: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 00:22, 21 August 2025
>
Operators
The Greater Than node takes in 2 values and returns if the first value is larger than the second value.
Inputs
A (Pseudo-Generic)
The first value.
B (Pseudo-Generic)
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.