div

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

Divides this value by the other value, truncating the result to an integer that is closer to zero.

Common
JVM
JS
Native
1.0
operator fun div(other: Float): Float
(Common source) (Native source)
operator fun div(other: Double): Double
(Common source) (Native source)

Divides this value by the other value.