multiply

open inline override fun multiply(left: Int, right: Int): Int(source)

Multiplies two elements.

Parameters

left

the multiplier.

right

the multiplicand.