×

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

Floor

Revision as of 14:06, 26 January 2012 by 194.84.116.138 (talk) (Created page with "Returns the greatest integer less than or equal to the specified numerical expression. ==== Usage ==== <syntaxhighlight>Floor(Value)</syntaxhighlight> Where: Value - ...")
(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

Example

Floor(9.1) will return a value of 9 

Floor(-2.85) will return a value of -3