MpZ.toInt

struct MpZ
pure nothrow pragma(inline, true) @nogc const @trusted
int
toInt
()

Return Value

Type: int

The value of this as a int, or +/- int.max if outside the representable range.

Meta