×

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.

IntPortion - MultiCharts
Open main menu

IntPortion

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

Returns the integer portion of the specified numerical expression while retaing the sign.

Usage

IntPortion(Value)

Where:

Value - a numerical expression.

Example

IntPortion(-45.75);

Will return a value of -45.

IntPortion(1385);

Will return a value of 1385.