div

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

Divides this value by the other value.

Since Kotlin

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

Divides this value by the other value.

Since Kotlin

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

Divides this value by the other value.

Since Kotlin

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

Divides this value by the other value.

Since Kotlin

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

Divides this value by the other value.

Since Kotlin

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

Divides this value by the other value.

Since Kotlin

1.8