operator >= method Null safety
- num other
Whether other
is numerically greater than or equal to this number.
If either operand is the double NaN, the result is always false.
Implementation
bool operator >=(num other);
Whether other
is numerically greater than or equal to this number.
If either operand is the double NaN, the result is always false.
bool operator >=(num other);