Function

max

Returns the greater of two RemoteFloat values.

max

Source set: Android
public fun max(a: RemoteFloat, b: RemoteFloat): RemoteFloat

Returns the greater of two RemoteFloat values.

Parameters

a The first RemoteFloat value.
b The second RemoteFloat value.

Returns

The larger of a and b.

Last updated: