operator <= method

bool operator <=(
  1. Measure<D> other
)

Implementation

bool operator <=(Measure<D> other) => compareTo(other) <= 0;