stdlib
1.0
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JVM
stdlib
/
kotlin
/
Float
/
div
div
JVM
operator
fun
div
(
other
:
Byte
)
:
Float
(
source
)
operator
fun
div
(
other
:
Short
)
:
Float
(
source
)
operator
fun
div
(
other
:
Int
)
:
Float
(
source
)
operator
fun
div
(
other
:
Long
)
:
Float
(
source
)
operator
fun
div
(
other
:
Float
)
:
Float
(
source
)
operator
fun
div
(
other
:
Double
)
:
Double
(
source
)
Divides this value by the other value.
Since Kotlin
1.0