FLOOR
From LongJump Support Wiki
The FLOOR function rounds a number down to the next whole number.
- Syntax
FLOOR(number)
- Return
- Number (whole number or integer)
- Examples
FLOOR(210.6465) = 210 FLOOR(2.99999) = 2
The FLOOR function rounds a number down to the next whole number.
FLOOR(number)
FLOOR(210.6465) = 210 FLOOR(2.99999) = 2