toggle menu
Kotools Types
5.2.0
common
switch theme
search in API
types
/
kotools.types.number
/
rem
rem
operator
fun
AnyInt
.
rem
(
other
:
NonZeroInt
)
:
Int
operator
fun
NegativeInt
.
rem
(
other
:
NonZeroInt
)
:
NegativeInt
operator
fun
Int
.
rem
(
other
:
NonZeroInt
)
:
Int
operator
fun
PositiveInt
.
rem
(
other
:
NonZeroInt
)
:
PositiveInt
Calculates the remainder of truncating division of this integer by the
other
one.
Since
4.1.0