rndtol

Returns x rounded to a long value using the current rounding mode. If the integer value of x is greater than long.max, the result is indeterminate.

@nogc nothrow @safe pure
long
rndtol
(
float x
)

Meta