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