mut_times

fun mut_times(multiplier: Double): 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