times

open operator override fun times(multiplier: Double): Power(source)

Multiplies this measure by a scalar unitless multiplier.

Return

the scaled result

Parameters

multiplier

the scalar multiplication factor


operator fun times(time: Time): Energy(source)

Multiplies this power by a time to get energy.

Energy = Power × Time

Return

the energy in joules

Parameters

time

the duration of power application