Filled in this node page. |
Fixed description types. Fixed node visual. |
||
Line 9: | Line 9: | ||
|Outputs= | |Outputs= | ||
[ | [ | ||
{"Name":"*", "Type":" | {"Name":"*", "Type":"bool"} | ||
] | ] | ||
|}} | |}} | ||
Line 23: | Line 23: | ||
== Inputs == | == Inputs == | ||
=== A ( | === A (Pseudo-Generic) === | ||
The first value. | The first value. | ||
=== B ( | === B (Pseudo-Generic) === | ||
The second value. | The second value. |
Latest revision as of 13:07, 27 June 2024
>
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.