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