Stay organized with collections
Save and categorize content based on your preferences.
class BigDecimalLayoutForm
Enum for BigDecimal
formatting.
Summary
Enum values |
Format the BigDecimal as a decimal number.
|
Format the BigDecimal in computerized scientific notation.
|
Enum values
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,["# Formatter.BigDecimalLayoutForm\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nBigDecimalLayoutForm\n====================\n\n```\nclass BigDecimalLayoutForm\n```\n\n|---|---|-----------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||\n| ↳ | [kotlin.Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)\\\u003c[java.util.Formatter.BigDecimalLayoutForm](#)\\\u003e ||\n| | ↳ | [java.util.Formatter.BigDecimalLayoutForm](#) |\n\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [Formatter.BigDecimalLayoutForm.DECIMAL_FLOAT](#ENUM_VALUE:DECIMAL_FLOAT), [Formatter.BigDecimalLayoutForm.SCIENTIFIC](#ENUM_VALUE:SCIENTIFIC) |---------------------------------------------------------------------------|--------------------------------------------------------------| | [Formatter.BigDecimalLayoutForm.DECIMAL_FLOAT](#ENUM_VALUE:DECIMAL_FLOAT) | Format the `BigDecimal` as a decimal number. | | [Formatter.BigDecimalLayoutForm.SCIENTIFIC](#ENUM_VALUE:SCIENTIFIC) | Format the `BigDecimal` in computerized scientific notation. | |\n\nEnum for `BigDecimal` formatting.\n\nSummary\n-------\n\n| Enum values ||\n|---------------------------------------------------------------------------------------------------|---|\n| [DECIMAL_FLOAT](#ENUM_VALUE:DECIMAL_FLOAT) Format the `BigDecimal` as a decimal number. |\n| [SCIENTIFIC](#ENUM_VALUE:SCIENTIFIC) Format the `BigDecimal` in computerized scientific notation. |\n\nEnum values\n-----------\n\n### DECIMAL_FLOAT\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val DECIMAL_FLOAT : Formatter.BigDecimalLayoutForm\n```\n\nFormat the `BigDecimal` as a decimal number. \n\n### SCIENTIFIC\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val SCIENTIFIC : Formatter.BigDecimalLayoutForm\n```\n\nFormat the `BigDecimal` in computerized scientific notation."]]