+1 888 340 6572

IntPortion

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 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.