minus

abstract operator fun minus(other: Measure<out U>): Measure<U>(source)

Subtracts another measure of the same unit type from this one.

Return

a measure of the difference between the measures

Parameters

other

the measurement to subtract