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