mapbox-maps-android
/
com.mapbox.maps.extension.style.expressions.generated
/
Expression
/
Companion
/
log10
log10
@
JvmStatic
fun
log10
(vararg expressions:
Expression
):
Expression
Content copied to clipboard
@
JvmStatic
fun
log10
(value:
Double
):
Expression
Content copied to clipboard
Returns the base-ten logarithm of the input.
fun
log10
(block:
Expression.ExpressionBuilder
.() ->
Unit
):
Expression
Content copied to clipboard
DSL function for "log10".