次の方法で共有


MathContext コンストラクター

定義

オーバーロード

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

パラメーター

setdigits
Int32
属性

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

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

パラメーター

setdigits
Int32
属性

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

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

パラメーター

setdigits
Int32
setlostdigits
Boolean
属性

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

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

パラメーター

setdigits
Int32
setlostdigits
Boolean
setroundingmode
RoundOptions
属性

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象