times
open fun times(@NonNull voltage: Unit<Voltage>, @NonNull name: String, @NonNull symbol: String): Power
Constructs a unit of power equivalent to this unit of electrical current multiplied by another unit of voltage. For example, Amps.times(Volts)
will return a unit of power equivalent to one Watt; Amps.times(Millivolts)
will return a unit of power equivalent to a milliwatt, and so on.
Return
the power unit
Parameters
voltage
the voltage unit to multiply by
name
the name of the resulting unit of power
symbol
the symbol used to represent the unit of power