MpQ.sgn

struct MpQ
pure nothrow pragma(inline, true) @nogc @property const @safe
int
sgn
()

Return Value

Type: int

sign as either - -1 (this < 0), - 0 (this == 0), or - +1 (this > 0).

Meta