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