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.
| Parameter | Standard Units | Description |
|---|---|---|
| x | - | Value to be compared |
| y | - | Reference value for x |
| Parameter | Standard Units | Description |
|---|---|---|
| x<y | - | Returns 1 if true; 0 if false |