Less Than
Check if a value is less than another.
Each value is compared to the next one in order, and results are combined in one output. For example, 1 < 2 < 3 is true, while 3 < 10 < 4 is false.
Right-click to add more values to compare, or change the type (ex: number, index, boolean).
Less Than
- Input
The base value.
- Input
The value to compare to the base.
- Output
A boolean that is true if the base value is less than the subsequent values.