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