Floor
Returns the largest integer less than or equal to a number.
Syntax
Floor(number)Plancher(number)
number = number for which you want the largest integer that is less than or equal to it
Remarks
For the smallest integer greater than or equal to the number, see Ceil.
Example
Floor(1.2) = 1Floor(-2.7) = -3