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