FLOOR
MATH Function
Windows/Unix
A math function that rounds a numeric expression down toward negative infinity.
Syntax
:
FLOOR(numeric-expression)
A% = FLOOR(66.7) '-- Returns 66