isExponentAllOnes property

bool get isExponentAllOnes

Test if exponent is all '1's.

Implementation

bool get isExponentAllOnes => exponent.and() == LogicValue.one;