sign property

int get sign

Returns the sign of this Rat.

Implementation

int get sign => n.sign;