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