Summary
Round towards positive infinity.
Unit
Math387
Declaration
Function Ceil(const X: TCplx): TCplx;
Description
Real and imaginary part are handled independently.
Declaration
Function Ceil(X: TSample): Integer;
Result
the smallest integer greater than or equal to X.
Description
Ceil(-2.8) = -2
Ceil(2.8) = 3
Ceil(-1.0) = -1
| Copyright 2008 Dew Research |
http://www.dewresearch.com