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

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

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

Returns the value of the given [RemoteFloat](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/RemoteFloat) rounded to the nearest integer.

#### Parameters

| | |
| --- | --- |
| a | The [RemoteFloat](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/RemoteFloat) to be rounded. |