compareMagnitude method

double compareMagnitude(
  1. T other
)

Returns the difference in magnitude between this and another measurement.

Implementation

double compareMagnitude(final T other) => _preciseSI() / other._preciseSI();