Function

min

Returns the smaller of two RemoteFloat values.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

min

Android
public fun min(a: RemoteFloat, b: RemoteFloat): RemoteFloat

Returns the smaller of two RemoteFloat values.

Parameters

a The first RemoteFloat value
b The second RemoteFloat value

Returns

A RemoteFloat representing the minimum of a and b