Previous: Flush procedure To the Table of Content Next: FreeMem procedure

- 4.62.2.32 -
Standard Units
System Unit
System Unit Procedures and Functions

Frac function

Targets: MS-DOS, OS/2, Win32

System Unit

Returns the fractional part of the argument.

Declaration:
function Frac(X: Extended): Extended;
Remarks:
Frac simply subtracts the integer part of X from X, i.e. Frac(X) = X - Int(X).


Previous: Flush procedure To the Table of Content Next: FreeMem procedure
Flush procedure Table of Content FreeMem procedure

- 4.62.2.32 -