Lodash.toNumber

Converts value to a number.

Note: This method is based on ToLength.

_.toNumber(Number.MIN_VALUE); // => 5e-324

_.toNumber(Infinity); // => Infinity

struct Lodash
nothrow @trusted @safe ref
toNumber
()
()

Return Value

Type: auto ref

- Lodash chained on (number): the number.

Meta