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

Syntax

[Android.Runtime.Register("plus", "(Ljava/math/MathContext;)Ljava/math/BigDecimal;", "GetPlus_Ljava_math_MathContext_Handler")]
public virtual BigDecimal Plus (MathContext mc)

Parameters

mc
rounding mode and precision for the result of this operation.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a new BigDecimal whose value is +this. 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