min
Source set: Android
public fun min(a: RemoteDp, b: RemoteDp): RemoteDp
Returns the smaller of two RemoteDp 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 |
Return
A RemoteFloat representing the minimum of a and b