FracPortion (Reserved Word)
Returns the fractional portion of the specified (Num).
FracPortion(Num)
Where Num is a numeric expression to be used in the calculation.
Examples
FracPortion(4.5) returns a value of 0.5.
FracPortion(-1.72) returns a value of -0.72.