floor

fnreal floor(real x) @trusted pure nothrow @nogc

Returns the value of x rounded downward to the next integer (toward negative infinity).

fndouble floor(double x) @trusted pure nothrow @nogc

ditto

fnfloat floor(float x) @trusted pure nothrow @nogc

ditto