FLOOR
Description
FLOOR
is a row function that returns the largest integer that is less than or equal to the input argument.Syntax
FLOOR
(LONG
)Return Value
Returns one value per row of type
LONG
. Input Parameters
- double
- Required. A field or expression of typeLONG.
Examples
Return the floor value of
32.6789
:FLOOR(32.6789) returns
32.0