IntPortion

From MultiCharts
Revision as of 14:08, 26 January 2012 by 194.84.116.138 (talk) (Created page with "Returns the integer portion of the specified numerical expression while retaing the sign. ==== Usage ==== <syntaxhighlight>IntPortion(Value)</syntaxhighlight> Where: [[Va...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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