multiply

abstract fun multiply(left: T, right: T): T(source)

Multiplies two elements.

Parameters

left

the multiplier.

right

the multiplicand.