round
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.
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. |