times

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

Multiplies this measure by a scalar unitless multiplier.

Return

the scaled result

Parameters

multiplier

the scalar multiplication factor


operator fun times(voltage: Voltage): Power(source)

Multiplies this current by a voltage to get power.

Power = Current × Voltage (P = I × V)

Return

the power in watts

Parameters

voltage

the voltage across the circuit