Less
Checks whether a value is less than another value.
Inputs
-
value 1
- The value to compare.
-
value 2
- The value to compare against.
Outputs
-
result
- The boolean value indicating whether a value is less than the other.
-
result list
- The list of boolean values indicating whether a list of values are less than the other.
Note(s)
- Other names for this node include: Smaller, and <.