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

Syntax

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

Returns

Documentation for this section has not yet been entered.

Remarks

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