toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math
/
umod
umod
infix
fun
Int
.
umod
(
other
:
Int
)
:
Int
infix
fun
Double
.
umod
(
other
:
Double
)
:
Double
Performs the unsigned modulo between
this
and
other
(negative values would wrap)
infix
fun
Float
.
umod
(
other
:
Float
)
:
Float