long long FloorToInt64(const double X);
Round towards negative infinity.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const double |
Returns: the biggest integer rounded real less than or equal to X. Floor(-2.8) = -3 Floor(2.8) = 2 Floor(-1.0) = -1
See Also: Math387::Ceil
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler