DecimalFormat.MathContextICU Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
<strong>[icu]</strong> Returns the android.icu.math.MathContext
being used to round numbers. -or- <strong>[icu]</strong> <strong>Rounding and Digit Limits:</strong> Overload of #setMathContext
for
android.icu.math.MathContext
.
public virtual Android.Icu.Math.MathContext? MathContextICU { [Android.Runtime.Register("getMathContextICU", "()Landroid/icu/math/MathContext;", "GetGetMathContextICUHandler", ApiSince=24)] get; [Android.Runtime.Register("setMathContextICU", "(Landroid/icu/math/MathContext;)V", "GetSetMathContextICU_Landroid_icu_math_MathContext_Handler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getMathContextICU", "()Landroid/icu/math/MathContext;", "GetGetMathContextICUHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setMathContextICU", "(Landroid/icu/math/MathContext;)V", "GetSetMathContextICU_Landroid_icu_math_MathContext_Handler", ApiSince=24)>]
member this.MathContextICU : Android.Icu.Math.MathContext with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
<strong>[icu]</strong> Returns the android.icu.math.MathContext
being used to round numbers.
Java documentation for android.icu.text.DecimalFormat.getMathContextICU()
.
Property setter documentation:
<strong>[icu]</strong> <strong>Rounding and Digit Limits:</strong> Overload of #setMathContext
for android.icu.math.MathContext
.
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.