kotlin-stdlib
Common
JRE
Native
kotlin-stdlib
/
kotlin
/
Double
/
div
div
Common
JRE
Native
operator
fun
div
(
other
:
Byte
)
:
Double
operator
fun
div
(
other
:
Short
)
:
Double
operator
fun
div
(
other
:
Int
)
:
Double
operator
fun
div
(
other
:
Long
)
:
Double
operator
fun
div
(
other
:
Float
)
:
Double
operator
fun
div
(
other
:
Double
)
:
Double
Divides this value by the other value.
operator
fun
div
(
other
:
Byte
)
:
Double
operator
fun
div
(
other
:
Short
)
:
Double
operator
fun
div
(
other
:
Int
)
:
Double
operator
fun
div
(
other
:
Long
)
:
Double
operator
fun
div
(
other
:
Float
)
:
Double
operator
fun
div
(
other
:
Double
)
:
Double
Divides this value by the other value.
inline operator
fun
div
(
other
:
Byte
)
:
Double
inline operator
fun
div
(
other
:
Short
)
:
Double
inline operator
fun
div
(
other
:
Int
)
:
Double
inline operator
fun
div
(
other
:
Long
)
:
Double
inline operator
fun
div
(
other
:
Float
)
:
Double
operator external
fun
div
(
other
:
Double
)
:
Double
Divides this value by the other value.