Contents
Display Legacy Contents

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

Parameters

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

     
Example 1
  Example 2   Example 3
DecPart(2.4)

Result = 4
  DecPart(2.6)

Result = 6
  DecPart(-2.4)

Result = 4
         
Example 4    
DecPart(2.05)

Result = 5
   

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