Floor (Reserved Word)

image\trumpet2.gif Disclaimer

Returns the highest integer less than or equal to the specified (Num).

Floor(Num)

Where Num is a numeric expression to be used in the calculation.

Examples

Floor(4.5) returns a value of 4.

Floor(-1.72) returns a value of -2.

Floor(101) returns a value of 101.