multiply

open override fun multiply(a: Buffer<T>, b: Buffer<T>): Buffer<T>

Multiplies two elements.

Parameters

a

the multiplier.

b

the multiplicand.

Sources

common source
Link copied to clipboard