times

open operator fun T.times(b: T): T

Multiplies this element by scalar.

Parameters

<receiver>

the multiplier.

b

the multiplicand.