Greater Than 0?
- Updated2023-02-17
- 1 minute(s) read
Greater Than 0?
Returns True if a value is greater than 0. Otherwise, this node returns False.

Inputs/Outputs

x
An input to this operation.
This input supports numeric scalar values, clusters, timestamp values, waveforms, and arrays of numbers.
For waveforms, the node compares only the y values of this input.
Data Type Changes on FPGA
When you add this node to a document targeted to an FPGA, this input has a default data type that uses fewer hardware resources at compile time.

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