≤
Operators
The Less Or Equal node takes in 2 values and returns if the first value is smaller than or equal to the second value.
Inputs
A (Pseudo-Generic)
The first value.
B (Pseudo-Generic)
The second value.
Outputs
* (bool)
Returns if the first value is smaller than or equal to the second value.
See Also
- Wikipedia's definition of inequality.
- Microsoft's documentation on the less than or equal to operator.