FractionPrecision.WithSignificantDigits Method
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.
[Android.Runtime.Register("withSignificantDigits", "(IILandroid/icu/number/NumberFormatter$RoundingPriority;)Landroid/icu/number/Precision;", "GetWithSignificantDigits_IILandroid_icu_number_NumberFormatter_RoundingPriority_Handler", ApiSince=34)]
public virtual Android.Icu.Number.Precision? WithSignificantDigits (int minSignificantDigits, int maxSignificantDigits, Android.Icu.Number.NumberFormatter.RoundingPriority? priority);
[<Android.Runtime.Register("withSignificantDigits", "(IILandroid/icu/number/NumberFormatter$RoundingPriority;)Landroid/icu/number/Precision;", "GetWithSignificantDigits_IILandroid_icu_number_NumberFormatter_RoundingPriority_Handler", ApiSince=34)>]
abstract member WithSignificantDigits : int * int * Android.Icu.Number.NumberFormatter.RoundingPriority -> Android.Icu.Number.Precision
override this.WithSignificantDigits : int * int * Android.Icu.Number.NumberFormatter.RoundingPriority -> Android.Icu.Number.Precision
Parameters
- minSignificantDigits
- Int32
- maxSignificantDigits
- Int32
- priority
- NumberFormatter.RoundingPriority
Returns
- Attributes