plus

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

Adds another measure to this one. The resulting measure has the same unit as this one.

Return

a new measure containing the result

Parameters

other

the measure to add to this one