times (original) (raw)

expect operator fun times(other: Byte): Long(source)

expect operator fun times(other: Short): Long(source)

expect operator fun times(other: Int): Long(source)

expect operator fun times(other: Long): Long(source)

expect operator fun times(other: Float): Float(source)

expect 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): Long(source)

actual inline operator fun times(other: Short): Long(source)

actual inline operator fun times(other: Int): Long(source)

actual operator fun times(other: Long): Long(source)

actual inline operator fun times(other: Float): Float(source)

actual inline operator fun times(other: Double): Double(source)

Multiplies this value by the other value.

Since Kotlin

1.1

operator fun times(other: Byte): Long(source)

operator fun times(other: Short): Long(source)

operator fun times(other: Int): Long(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

actual inline operator fun times(other: Byte): Long(source)

actual inline operator fun times(other: Short): Long(source)

actual inline operator fun times(other: Int): Long(source)

actual operator external fun times(other: Long): Long(source)

actual inline operator fun times(other: Float): Float(source)

actual inline operator fun times(other: Double): Double(source)

Multiplies this value by the other value.

Since Kotlin

1.3

actual inline operator fun times(other: Byte): Long(source)

actual inline operator fun times(other: Short): Long(source)

actual inline operator fun times(other: Int): Long(source)

actual operator fun times(other: Long): Long(source)

actual inline operator fun times(other: Float): Float(source)

actual inline 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): Long(source)

actual inline operator fun times(other: Short): Long(source)

actual inline operator fun times(other: Int): Long(source)

actual operator fun times(other: Long): Long(source)

actual inline operator fun times(other: Float): Float(source)

actual inline operator fun times(other: Double): Double(source)

Multiplies this value by the other value.

Since Kotlin

1.8