multiply

abstract fun multiply(a: T, k: Number): T

Multiplication of element by scalar.

Return

the produce.

Parameters

a

the multiplier.

k

the multiplicand.