<h2 id="floor-a">floor</h2>

<div class='sourceset sourceset-android'>Android</div>

```kotlin
public fun floor(a: RemoteFloat): RemoteFloat
```

Returns the largest (closest to positive infinity) [RemoteFloat](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/RemoteFloat) value that is less than or equal
to `a` and is equal to a mathematical integer.