operator >= method

bool operator >=(
  1. NumericalValue o
)
inherited

Implementation

bool operator >=(final NumericalValue o) => compareTo(o) >= 0;