Java.Math.BigDecimal.Abs Method
Returns a BigDecimal whose value is the absolute value of this.

Syntax

[Android.Runtime.Register("abs", "()Ljava/math/BigDecimal;", "GetAbsHandler")]
public virtual BigDecimal Abs ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a BigDecimal whose value is the absolute value of this. The scale of the result is the same as the scale of this.

[Android Documentation]

Requirements

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