Function

max

Returns the greater of two RemoteFloat values.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

max

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.