toggle menu
Kotools Types
5.2.0
common
switch theme
search in API
types
/
kotools.types.number
/
minus
minus
operator
fun
Int
.
minus
(
other
:
AnyInt
)
:
Int
operator
fun
AnyInt
.
minus
(
other
:
Int
)
:
Int
operator
fun
AnyInt
.
minus
(
other
:
AnyInt
)
:
Int
Subtracts the
other
integer from this one.
Since
4.1.0