BigDecimal.Remainder Method

Definition

Overloads

Remainder(BigDecimal)
Remainder(BigDecimal, MathContext)

Remainder(BigDecimal)

[Android.Runtime.Register("remainder", "(Landroid/icu/math/BigDecimal;)Landroid/icu/math/BigDecimal;", "GetRemainder_Landroid_icu_math_BigDecimal_Handler", ApiSince=24)]
public virtual Android.Icu.Math.BigDecimal? Remainder (Android.Icu.Math.BigDecimal? rhs);
[<Android.Runtime.Register("remainder", "(Landroid/icu/math/BigDecimal;)Landroid/icu/math/BigDecimal;", "GetRemainder_Landroid_icu_math_BigDecimal_Handler", ApiSince=24)>]
abstract member Remainder : Android.Icu.Math.BigDecimal -> Android.Icu.Math.BigDecimal
override this.Remainder : Android.Icu.Math.BigDecimal -> 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

Remainder(BigDecimal, MathContext)

[Android.Runtime.Register("remainder", "(Landroid/icu/math/BigDecimal;Landroid/icu/math/MathContext;)Landroid/icu/math/BigDecimal;", "GetRemainder_Landroid_icu_math_BigDecimal_Landroid_icu_math_MathContext_Handler", ApiSince=24)]
public virtual Android.Icu.Math.BigDecimal? Remainder (Android.Icu.Math.BigDecimal? rhs, Android.Icu.Math.MathContext? set);
[<Android.Runtime.Register("remainder", "(Landroid/icu/math/BigDecimal;Landroid/icu/math/MathContext;)Landroid/icu/math/BigDecimal;", "GetRemainder_Landroid_icu_math_BigDecimal_Landroid_icu_math_MathContext_Handler", ApiSince=24)>]
abstract member Remainder : Android.Icu.Math.BigDecimal * Android.Icu.Math.MathContext -> Android.Icu.Math.BigDecimal
override this.Remainder : Android.Icu.Math.BigDecimal * 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