multiply

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

Multiplies two elements.

Parameters

left

the multiplier.

right

the multiplicand.