round
Source set: Android
public fun round(a: RemoteFloat): RemoteFloat
Returns the value of the given RemoteFloat rounded to the nearest integer.
Parameters
| a | The RemoteFloat to be rounded. |
Returns the value of the given RemoteFloat rounded to the nearest integer.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
public fun round(a: RemoteFloat): RemoteFloat
Returns the value of the given RemoteFloat rounded to the nearest integer.
| a | The RemoteFloat to be rounded. |
Last updated: