Function

min

Returns the smaller of two RemoteFloat values.

min

Source set: 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

Last updated: