Nodes > Math > Common > Floor
Returns the input value rounded down to the next smallest whole number.
Inputs
Name | Type | Description |
---|---|---|
A | float | Value to round down |
Outputs
Name | Type | Description |
---|---|---|
floor( A ) | float | Value rounded down |
Was this page helpful?