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