div

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
inline operator fun div(other: Byte): Double(source)
inline operator fun div(other: Short): Double(source)
inline operator fun div(other: Int): Double(source)
inline operator fun div(other: Long): Double(source)
inline operator fun div(other: Float): Double(source)
operator external fun div(other: Double): Double(source)

Divides this value by the other value.

Since Kotlin

1.3