times

open inline operator override fun Int.times(arg: Int): Int(source)

Multiplies this element by scalar.

Receiver

the multiplier.

Parameters

arg

the multiplicand.