multiply

abstract fun multiply(a: T, b: T): T

Multiplies two elements.

Parameters

a

the multiplier.

b

the multiplicand.