maplibre-compose
Toggle table of contents
0.11.1
common
Platform filter
common
Switch theme
Search in API
maplibre-compose
maplibre-compose
/
org.maplibre.compose.expressions.dsl
/
ceil
ceil
fun
ceil
(
value
:
Expression
<
FloatValue
>
)
:
Expression
<
IntValue
>
(
source
)
Returns the smallest integer that is greater than or equal to
value
.