Greater than

Input data

x

y

Output data

x > y

Description

The "Greater than" node performs a comparison between two numbers xx and yy, returning whether x>yx > y. It is used in logical operations and systems requiring conditional checks.

Input data

ParameterStandard UnitsDescription
xx-Value to be compared
yy-Reference value for xx

Output data

ParameterStandard UnitsDescription
x>yx > y-Returns 11 if true; 00 if false