times

@JvmName(name = "multKt")
operator fun <U2 : Unit<U2>> times(other: U2): Mult<U, U2>

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

Volts * 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