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 |