times

open inline operator override fun Int.times(b: Int): Int

Multiplies this element by scalar.

Parameters

<receiver>

the multiplier.

b

the multiplicand.

Sources

common source
Link copied to clipboard