Less Than Or Equal Float
Purpose of the Node
Section titled “Purpose of the Node”This node is used to compare two floating-point numbers and determine if the first number is less than or equal to the second number.
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
Float 1 | The first floating-point number to compare | Float | f64 |
Float 2 | The second floating-point number to compare | Float | f64 |
Is Less or Equal | The result of the comparison, true if the first number is less than or equal to the second, false otherwise | Boolean | bool |