Kotools Types
1.3.1
4.5.3
4.5.2
4.5.1
4.5.0
4.4.2
4.3.1
4.2.0
4.1.0
4.0.1
3.2.0
2.0.0
1.3.1
Kotools Types
/
kotools.types.number
/
NegativeInt
/
minus
minus
infix operator
fun
minus
(
other
:
Int
)
:
Int
infix operator
fun
minus
(
other
:
NonZeroInt
)
:
Int
infix operator
fun
minus
(
other
:
PositiveInt
)
:
NegativeInt
infix operator
fun
minus
(
other
:
StrictlyPositiveInt
)
:
StrictlyNegativeInt
infix operator
fun
minus
(
other
:
NegativeInt
)
:
Int
infix operator
fun
minus
(
other
:
StrictlyNegativeInt
)
:
Int
Subtracts the
other
value from this
value
.