Open main menu

Floor

Revision as of 06:05, 9 February 2012 by JoshM (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns the greatest integer less than or equal to the specified numerical expression.

Usage

Floor(Value);

Where:

Value - a numerical expression.

Examples

Floor(9.1);

Will return a value of 9.

Floor(-2.85);

Will return a value of -3.