times

operator fun times(other: Byte): Int(source)
operator fun times(other: Short): Int(source)
operator fun times(other: Int): Int(source)
operator fun times(other: Long): Long(source)
operator fun times(other: Float): Float(source)
operator fun times(other: Double): Double(source)

Multiplies this value by the other value.

Since Kotlin

1.0
operator fun times(other: Byte): Int(source)
operator fun times(other: Short): Int(source)
operator fun times(other: Int): Int(source)
operator fun times(other: Long): Long(source)
operator fun times(other: Float): Float(source)
operator fun times(other: Double): Double(source)

Multiplies this value by the other value.

Since Kotlin

1.1
inline operator fun times(other: Byte): Int(source)
inline operator fun times(other: Short): Int(source)
inline operator fun times(other: Int): Int(source)
inline operator fun times(other: Long): Long(source)
inline operator fun times(other: Float): Float(source)
inline operator fun times(other: Double): Double(source)

Multiplies this value by the other value.

Since Kotlin

1.3
inline operator fun times(other: Byte): Int(source)
inline operator fun times(other: Short): Int(source)
inline operator fun times(other: Int): Int(source)
inline operator fun times(other: Long): Long(source)
inline operator fun times(other: Float): Float(source)
inline operator fun times(other: Double): Double(source)

Multiplies this value by the other value.

Since Kotlin

1.8
inline operator fun times(other: Byte): Int(source)
inline operator fun times(other: Short): Int(source)
inline operator fun times(other: Int): Int(source)
inline operator fun times(other: Long): Long(source)
inline operator fun times(other: Float): Float(source)
inline operator fun times(other: Double): Double(source)

Multiplies this value by the other value.

Since Kotlin

1.8