Math387::FloorToInt64 Function

long long FloorToInt64(const double X);

Round towards negative infinity.

#NameTypeDescription
1Xconst 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