BigDecimal.Plus Method

Definition

Overloads

Plus()
Plus(MathContext)

Plus()

[Android.Runtime.Register("plus", "()Landroid/icu/math/BigDecimal;", "GetPlusHandler", ApiSince=24)]
public virtual Android.Icu.Math.BigDecimal? Plus ();
[<Android.Runtime.Register("plus", "()Landroid/icu/math/BigDecimal;", "GetPlusHandler", ApiSince=24)>]
abstract member Plus : unit -> Android.Icu.Math.BigDecimal
override this.Plus : unit -> Android.Icu.Math.BigDecimal

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

Plus(MathContext)

[Android.Runtime.Register("plus", "(Landroid/icu/math/MathContext;)Landroid/icu/math/BigDecimal;", "GetPlus_Landroid_icu_math_MathContext_Handler", ApiSince=24)]
public virtual Android.Icu.Math.BigDecimal? Plus (Android.Icu.Math.MathContext? set);
[<Android.Runtime.Register("plus", "(Landroid/icu/math/MathContext;)Landroid/icu/math/BigDecimal;", "GetPlus_Landroid_icu_math_MathContext_Handler", ApiSince=24)>]
abstract member Plus : Android.Icu.Math.MathContext -> Android.Icu.Math.BigDecimal
override this.Plus : Android.Icu.Math.MathContext -> Android.Icu.Math.BigDecimal

Parameters

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to