Share via


MathContext Constructors

Definition

Overloads

MathContext(Int32)
MathContext(Int32, MathNotationForm)
MathContext(Int32, MathNotationForm, Boolean)
MathContext(Int32, MathNotationForm, Boolean, RoundOptions)

MathContext(Int32)

[Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=24)]
public MathContext (int setdigits);
[<Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=24)>]
new Android.Icu.Math.MathContext : int -> Android.Icu.Math.MathContext

Parameters

setdigits
Int32
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

MathContext(Int32, MathNotationForm)

[Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=24)]
public MathContext (int setdigits, Android.Icu.Math.MathNotationForm setform);
[<Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=24)>]
new Android.Icu.Math.MathContext : int * Android.Icu.Math.MathNotationForm -> Android.Icu.Math.MathContext

Parameters

setdigits
Int32
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

MathContext(Int32, MathNotationForm, Boolean)

[Android.Runtime.Register(".ctor", "(IIZ)V", "", ApiSince=24)]
public MathContext (int setdigits, Android.Icu.Math.MathNotationForm setform, bool setlostdigits);
[<Android.Runtime.Register(".ctor", "(IIZ)V", "", ApiSince=24)>]
new Android.Icu.Math.MathContext : int * Android.Icu.Math.MathNotationForm * bool -> Android.Icu.Math.MathContext

Parameters

setdigits
Int32
setlostdigits
Boolean
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

MathContext(Int32, MathNotationForm, Boolean, RoundOptions)

[Android.Runtime.Register(".ctor", "(IIZI)V", "", ApiSince=24)]
public MathContext (int setdigits, Android.Icu.Math.MathNotationForm setform, bool setlostdigits, Android.Icu.Math.RoundOptions setroundingmode);
[<Android.Runtime.Register(".ctor", "(IIZI)V", "", ApiSince=24)>]
new Android.Icu.Math.MathContext : int * Android.Icu.Math.MathNotationForm * bool * Android.Icu.Math.RoundOptions -> Android.Icu.Math.MathContext

Parameters

setdigits
Int32
setlostdigits
Boolean
setroundingmode
RoundOptions
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