Ceil Float
Purpose of the Node
The Ceil Float node takes a float value as input and rounds it up to the nearest integer. This is useful for scenarios where you need to ensure a value is at least as large as the specified float.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
float | The float value to be rounded up | Float | Float |
ceiling | The ceiling of the float value | Integer | Integer |