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