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. |
Returns the greater of two RemoteFloat values.
RevenueCat
Add subscriptions to your apps in minutes
public fun max(a: RemoteFloat, b: RemoteFloat): RemoteFloat
Returns the greater of two RemoteFloat values.
| a | The first RemoteFloat value. |
| b | The second RemoteFloat value. |
The larger of a and b. |