library
Toggle table of contents
3.16.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
library
library
/
com.google.maps.android
/
MathUtil
/
mod
mod
@
JvmStatic
fun
mod
(
x
:
Double
,
m
:
Double
)
:
Double
Returns the non-negative remainder of x / m.
Parameters
x
The operand.
m
The modulus.