mut_divide

open fun mut_divide(divisor: Double): MutableMeasure<U>
open fun mut_divide(divisor: Measure<out Dimensionless>): MutableMeasure<U>

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

Return

this measure

Parameters

divisor

the divisor to scale the measurement by