Lesser than

Input data

x

y

Output data

x < y

Description

The "Lesser than" node performs a comparison between two numbers $$x$$ and $$y$$, returning whether $$x < y$$. It is used in logical operations and systems requiring conditional checks.

Input data

Parameter
Standard Units
Description
$$x$$
-
Value to be compared
$$y$$
-
Reference value for $$x$$

Output data

Parameter
Standard Units
Description
$$x < y$$
-
Returns $$1$$ if true; $$0$$ if false