isImproper property

bool isImproper

Returns true if the numerator is equal or greater than the denominator.

Implementation

bool get isImproper => numerator >= denominator;