MpQ.opCast

struct MpQ
pure nothrow pragma(inline, true) @nogc const @trusted
T
opCast
(
T
)
()
if (
__traits(isFloating, T)
)

Return Value

Type: T

the fractional part of this. Cast to arithmetic type T.

Meta