operator > method
- FloatingPointValue other
Greater-than operator for FloatingPointValue.
Implementation
bool operator >(FloatingPointValue other) => compareTo(other) > 0;
Greater-than operator for FloatingPointValue.
bool operator >(FloatingPointValue other) => compareTo(other) > 0;