operator >= method

bool operator >=(
  1. PhysicalQuantities<T> o
)

Implementation

bool operator >=(final PhysicalQuantities<T> o) => fundamental() >= o.fundamental();