다음을 통해 공유


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 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 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 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 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 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 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 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상