floor
Returns the largest integer smaller than the input value.
If the input value is an integer, the result is the same as the input.
Arguments
Numeric value.
Examples
Expression | Result |
---|---|
floor(42.9) | 42.0 |
If the input value is an integer, the result is the same as the input.
Numeric value.
Expression | Result |
---|---|
floor(42.9) | 42.0 |