multiply

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

Multiplies two elements.

Parameters

left

the multiplier.

right

the multiplicand.

Sources

Link copied to clipboard