minus

open fun minus(other: Measure<U>): Measure<U>

Subtracts another measure from this one. The resulting measure has the same unit as this one.

Return

a new measure containing the result

Parameters

other

the measure to subtract from this one