Static Propertyswift 6.0.3FoundationInternationalization
automatic
- iOS
- 15.0+
- macOS
- 12.0+
- tvOS
- 15.0+
- watchOS
- 8.0+
static var automatic: NumberFormatStyleConfiguration.Notation { get }
static var automatic: NumberFormatStyleConfiguration.Notation { get }
s30FoundationInternationalization30NumberFormatStyleConfigurationO8NotationV9automaticAEvpZ
What are these?34PNV
import FoundationInternationalization
struct Notation
enum NumberFormatStyleConfiguration
init(from decoder: any Decoder) throws
static var compactName: NumberFormatStyleConfiguration.Notation { get }
Formats the number with localized prefixes or suffixes corresponding to powers of ten. Rounds to integer while showing at least two significant digits by default. For example, “42.3K” for 42300 for the “en_US” locale.
static var scientific: NumberFormatStyleConfiguration.Notation { get }
var description: String { get }