×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Floor - MultiCharts
Open main menu

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.