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