korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math-core
/
korlibs.math
/
umod
umod
infix
fun
Int
.
umod
(
other
:
Int
)
:
Int
Performs the unsigned modulo between
this
and
other
(negative values would wrap)
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