div

Common
JVM
JS
Native
1.0
operator fun div(other: Byte): Double
(Common source) (Native source)
operator fun div(other: Short): Double
(Common source) (Native source)
operator fun div(other: Int): Double
(Common source) (Native source)
operator fun div(other: Long): Double
(Common source) (Native source)
operator fun div(other: Float): Double
(Common source) (Native source)
operator fun div(other: Double): Double
(Common source) (Native source)

Divides this value by the other value.