Floor Float
Purpose of the Node
Section titled “Purpose of the Node”The Floor Float node takes a floating-point number as input and outputs the largest integer less than or equal to that number, effectively rounding it down.
| Pin Name | Pin Description | Pin Type | Value Type |
|---|---|---|---|
| Float | The input float value to be floored. | Float | Normal |
| Floor | The output integer value, which is the floored version of the input float. | Integer | Normal |