Function

round

Returns the value of the given RemoteFloat rounded to the nearest integer.

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.

Last updated: