times

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

Multiplies this value by the other value.

Since Kotlin

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

Multiplies this value by the other value.

Since Kotlin

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

Multiplies this value by the other value.

Since Kotlin

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

Multiplies this value by the other value.

Since Kotlin

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

Multiplies this value by the other value.

Since Kotlin

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

Multiplies this value by the other value.

Since Kotlin

1.8