Java.Lang.Math.Abs Method
Returns the absolute value of the argument.

Syntax

[Android.Runtime.Register("abs", "(J)J", "")]
public static long Abs (long l)

Parameters

l
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the absolute value of the argument. If the argument is Long.MIN_VALUE, Long.MIN_VALUE is returned.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1