MapLibre Compose API Reference
Toggle table of contents
0.6.0
common
Platform filter
common
Switch theme
Search in API
MapLibre Compose API Reference
maplibre-compose-expressions
/
dev.sargunv.maplibrecompose.expressions.dsl
/
pow
pow
fun
Expression
<
FloatValue
>
.
pow
(
exponent
:
Expression
<
FloatValue
>
)
:
Expression
<
FloatValue
>
(
source
)
fun
Expression
<
FloatValue
>
.
pow
(
exponent
:
Float
)
:
Expression
<
FloatValue
>
(
source
)
Returns the result of raising this number expression to the power of
exponent
.