Less or Equal to 0?
- Updated2023-02-17
- 1 minute(s) read
Less or Equal to 0?
Returns True if a value is less than or equal to 0. Otherwise, this node returns False.
Inputs/Outputs

x
An input to this operation.
This input supports numeric scalar values, clusters of numbers, and arrays of numbers.

x <= 0?
Boolean result of the operation.
This output assumes the same data type structure as x.