Lodash.floor

Computes number rounded down to precision.

struct Lodash
nothrow @trusted @safe ref
floor
(
T = Any
)
(
auto ref T precision = T.init
)

Return Value

Type: auto ref

- Lodash chained on (number): the rounded down number.

Meta