Less Than Float
Purpose of the Node
The Less Than Float node is used to compare two float values and output whether the first float is less than the second.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
float1 | The first float to compare | Float | Float |
float2 | The second float to compare | Float | Float |
is_less | The result of the comparison, true if float1 is less than float2, false otherwise | Boolean | Boolean |