mut_acc

open fun mut_acc(raw: Double): MutableMeasure<U>

Increments the current magnitude of the measure by the given value. The value must be in terms of the current unit.

Return

the measure

Parameters

raw

the raw value to accumulate by


open fun mut_acc(other: Measure<U>): MutableMeasure<U>

Increments the current magnitude of the measure by the amount of the given measure.

Return

the measure

Parameters

other

the measure whose value should be added to this one