mult

open fun <U2 : Unit<U2>?> mult(other: U2): Mult<U, U2>

Takes this unit and creates a new combinatory unit equivalent to this unit multiplied by another.

  Volts.mult(Meter) // V*m

Return

a combined unit equivalent to this unit multiplied by the other

Parameters

<U2>

the type of the unit to multiply by

other

the unit to multiply by