Frac(Numeric number)

Returns the fractional part of the number.

Parameters

number
The numeric value for which you want to obtain the fractional part.

Returns

Numeric

Remarks

The result has the same sign as the number. For any number, Int(number) + Frac(number) equals the number.

Examples