Recommendations

Lesser than

Input data

x

y

Output data

x < y

Description

The "Lesser 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

Parameter
Standard Units
Description
xx
-
Value to be compared
yy
-
Reference value for xx

Output data

Parameter
Standard Units
Description
x<yx < y
-
Returns 11 if true; 00 if false