Previous: FahrToCels function To the Table of Content Next: FMod function

- 4.45.2.28 -
Standard Units
Math Unit
Math Unit Procedures and Functions

Floor function

Targets: MS-DOS, OS/2, Win32


Math Unit

Rounds variables toward negative infinity.

Declaration:
function Floor(X: Extended): Extended;
function Floor(X: Extended): Longint;
Remarks:
Use Floor to obtain the highest integer less than or equal to X.


Previous: FahrToCels function To the Table of Content Next: FMod function
FahrToCels function Table of Content FMod function

- 4.45.2.28 -