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