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. |
Returns the greater of two RemoteFloat values.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
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. |
Last updated: