Stay organized with collections
Save and categorize content based on your preferences.
android.icu.number
Classes
CompactNotation |
A class that defines the scientific notation style to be used when formatting numbers in NumberFormatter.
|
CurrencyPrecision |
A class that defines a rounding strategy parameterized by a currency to be used when formatting numbers in NumberFormatter.
|
FormattedNumber |
The result of a number formatting operation.
|
FormattedNumberRange |
The result of a number range formatting operation.
|
FractionPrecision |
A class that defines a rounding strategy based on a number of fraction places and optionally significant digits to be used when formatting numbers in NumberFormatter.
|
IntegerWidth |
A class that defines the strategy for padding and truncating integers before the decimal separator.
|
LocalizedNumberFormatter |
A NumberFormatter that has a locale associated with it; this means .
|
LocalizedNumberRangeFormatter |
A NumberRangeFormatter that has a locale associated with it; this means .
|
Notation |
A class that defines the notation style to be used when formatting numbers in NumberFormatter.
|
NumberFormatter |
All-in-one formatter for localized numbers, currencies, and units.
|
NumberFormatterSettings |
An abstract base class for specifying settings related to number formatting.
|
NumberRangeFormatter |
The main entrypoint to the formatting of ranges of numbers, including currencies and other units of measurement.
|
NumberRangeFormatterSettings |
An abstract base class for specifying settings related to number formatting.
|
Precision |
A class that defines the rounding precision to be used when formatting numbers in NumberFormatter.
|
Scale |
A class that defines a quantity by which a number should be multiplied when formatting.
|
ScientificNotation |
A class that defines the scientific notation style to be used when formatting numbers in NumberFormatter.
|
SimpleNotation |
A class that defines the simple notation style to be used when formatting numbers in NumberFormatter.
|
UnlocalizedNumberFormatter |
A NumberFormatter that does not yet have a locale.
|
UnlocalizedNumberRangeFormatter |
A NumberRangeFormatter that does not yet have a locale.
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# android.icu.number\n==================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/icu/number/package-summary \"View this page in Java\")\n\nClasses\n-------\n\n|---------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [CompactNotation](/reference/kotlin/android/icu/number/CompactNotation) | A class that defines the scientific notation style to be used when formatting numbers in NumberFormatter. |\n| [CurrencyPrecision](/reference/kotlin/android/icu/number/CurrencyPrecision) | A class that defines a rounding strategy parameterized by a currency to be used when formatting numbers in NumberFormatter. |\n| [FormattedNumber](/reference/kotlin/android/icu/number/FormattedNumber) | The result of a number formatting operation. |\n| [FormattedNumberRange](/reference/kotlin/android/icu/number/FormattedNumberRange) | The result of a number range formatting operation. |\n| [FractionPrecision](/reference/kotlin/android/icu/number/FractionPrecision) | A class that defines a rounding strategy based on a number of fraction places and optionally significant digits to be used when formatting numbers in NumberFormatter. |\n| [IntegerWidth](/reference/kotlin/android/icu/number/IntegerWidth) | A class that defines the strategy for padding and truncating integers before the decimal separator. |\n| [LocalizedNumberFormatter](/reference/kotlin/android/icu/number/LocalizedNumberFormatter) | A NumberFormatter that has a locale associated with it; this means . |\n| [LocalizedNumberRangeFormatter](/reference/kotlin/android/icu/number/LocalizedNumberRangeFormatter) | A NumberRangeFormatter that has a locale associated with it; this means . |\n| [Notation](/reference/kotlin/android/icu/number/Notation) | A class that defines the notation style to be used when formatting numbers in NumberFormatter. |\n| [NumberFormatter](/reference/kotlin/android/icu/number/NumberFormatter) | All-in-one formatter for localized numbers, currencies, and units. |\n| [NumberFormatterSettings](/reference/kotlin/android/icu/number/NumberFormatterSettings) | An abstract base class for specifying settings related to number formatting. |\n| [NumberRangeFormatter](/reference/kotlin/android/icu/number/NumberRangeFormatter) | The main entrypoint to the formatting of ranges of numbers, including currencies and other units of measurement. |\n| [NumberRangeFormatterSettings](/reference/kotlin/android/icu/number/NumberRangeFormatterSettings) | An abstract base class for specifying settings related to number formatting. |\n| [Precision](/reference/kotlin/android/icu/number/Precision) | A class that defines the rounding precision to be used when formatting numbers in NumberFormatter. |\n| [Scale](/reference/kotlin/android/icu/number/Scale) | A class that defines a quantity by which a number should be multiplied when formatting. |\n| [ScientificNotation](/reference/kotlin/android/icu/number/ScientificNotation) | A class that defines the scientific notation style to be used when formatting numbers in NumberFormatter. |\n| [SimpleNotation](/reference/kotlin/android/icu/number/SimpleNotation) | A class that defines the simple notation style to be used when formatting numbers in NumberFormatter. |\n| [UnlocalizedNumberFormatter](/reference/kotlin/android/icu/number/UnlocalizedNumberFormatter) | A NumberFormatter that does not yet have a locale. |\n| [UnlocalizedNumberRangeFormatter](/reference/kotlin/android/icu/number/UnlocalizedNumberRangeFormatter) | A NumberRangeFormatter that does not yet have a locale. |"]]