mut_times

open fun mut_times(multiplier: Double): MutableMeasure<U>
open fun mut_times(multiplier: Measure<out Dimensionless>): MutableMeasure<U>

Multiplies this measurement by some constant value. This will mutate the object instead of generating a new measurement object.

Return

this measure

Parameters

multiplier

the multiplier to scale the measurement by