+1 888 340 6572

Floor

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.