max
Source set: Android
public fun max(a: RemoteDp, b: RemoteDp): RemoteDp
Returns the greater of two RemoteDp values.
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. |
Return
The larger of a and b.