kotlin-stdlib / kotlin / Byte / div div Common JVM JS Native 1.0 operator fun div(other: Byte): Int(Common source) (JS source) (Native source) operator fun div(other: Short): Int(Common source) (JS source) (Native source) operator fun div(other: Int): Int(Common source) (JS source) (Native source) operator fun div(other: Long): Long(Common source) (JS 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) (JS source) (Native source) operator fun div(other: Double): Double(Common source) (JS source) (Native source) Divides this value by the other value.