lteBool method
- FixedPointValue other
Less-than-or-equal operation that returns a bool.
Implementation
bool lteBool(FixedPointValue other) => compareTo(other) <= 0;
Less-than-or-equal operation that returns a bool.
bool lteBool(FixedPointValue other) => compareTo(other) <= 0;