Previous: ArcTanH function To the Table of Content Next: CelsToFahr function

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

Ceil function

Targets: MS-DOS, OS/2, Win32


Math Unit

Rounds variables up toward positive inifinity.

Declaration:
function Ceil(X: Extended): Extended;
function Ceil(X: Extended): Longint;
Remarks:
Use Ceil to obtain the lowest integer greater than or equal to X.


Previous: ArcTanH function To the Table of Content Next: CelsToFahr function
ArcTanH function Table of Content CelsToFahr function

- 4.45.2.13 -