mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps.extension.style.expressions.generated
/
Expression
/
Companion
/
mod
mod
@
JvmStatic
fun
mod
(
vararg
expressions
:
Expression
)
:
Expression
@
JvmStatic
fun
mod
(
first
:
Double
,
second
:
Double
)
:
Expression
Returns the remainder after integer division of the first input by the second.
fun
mod
(
block
:
Expression.ExpressionBuilder
.
(
)
->
Unit
)
:
Expression
DSL function for "%".