Contents
Display Legacy Contents

 Print
    Integer Part      
This Function returns a <numeric>, which is the integer part of the specified Value.

Parameters

Value <numeric>
  Value to get the integer part from.

     
Example 1
  Example 2   Example 3
IntPart(2.4)

Result = 2
  IntPart(-3.4)

Result = -3
  IntPart(4)

Result = 4

See also
Samples
Sample 1
Sample 2
 
Updated: 3/25/2013 11:41 AM