times

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

Multiplies this element by scalar.

Parameters

<receiver>

the multiplier.

other

the multiplicand.

Sources

common source
Link copied to clipboard