Function

abs

Returns the absolute value of the given RemoteFloat.

abs

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

Last updated: