Java.Math.BigDecimal.Add Method
Returns a new BigDecimal whose value is this + augend.

Syntax

[Android.Runtime.Register("add", "(Ljava/math/BigDecimal;Ljava/math/MathContext;)Ljava/math/BigDecimal;", "GetAdd_Ljava_math_BigDecimal_Ljava_math_MathContext_Handler")]
public virtual BigDecimal Add (BigDecimal augend, MathContext mc)

Parameters

augend
value to be added to this.
mc
rounding mode and precision for the result of this operation.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif augend == null or mc == null.

Remarks

Returns a new BigDecimal whose value is this + augend. The result is rounded according to the passed context mc.

[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