Open main menu

Returns the fractional portion of the specified numerical expression while retaing the sign.

Usage

FracPortion(Value);

Where:

Value - a numerical expression.

Example

FracPortion(-45.275);

Will return a value of -0.275.

FracPortion(1385);

Will return a value of 0.