abs
Android
public fun abs(a: RemoteFloat): RemoteFloat
Returns the absolute value of the given RemoteFloat.
Parameters
| a | The RemoteFloat whose absolute value is to be determined. |
Returns
A RemoteFloat representing the absolute value of a. |
Returns the absolute value of the given RemoteFloat.
RevenueCat
Add subscriptions to your apps in minutes
public fun abs(a: RemoteFloat): RemoteFloat
Returns the absolute value of the given RemoteFloat.
| a | The RemoteFloat whose absolute value is to be determined. |
A RemoteFloat representing the absolute value of a. |