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