FLOOR
Round a decimal value down to an integer; negative values round downward (greater negative)
Example Usage
Overview
Function signature
FLOOR(number)
Category
Math
Return data type
int
Arguments
Name | DataType | List Options | Description |
---|
number | float | | decimal number to round down |