Lodash.round

Computes number rounded to precision.

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

Return Value

Type: auto ref

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

Meta