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

Syntax

[Android.Runtime.Register("abs", "(I)I", "")]
public static int Abs (int i)

Parameters

i
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 Integer.MIN_VALUE, Integer.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