<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NumberFormatStyleConfiguration/Notation",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation30NumberFormatStyleConfigurationO8NotationV"
  },
  "title" : "NumberFormatStyleConfiguration.Notation"
}
-->

# NumberFormatStyleConfiguration.Notation

A structure that an integer format style uses to configure notation.

```
struct Notation
```

## Topics

### Notations

[`static var automatic: NumberFormatStyleConfiguration.Notation`](/documentation/Foundation/NumberFormatStyleConfiguration/Notation/automatic)

A notation that automatically provides locale-appropriate behavior.

[`static var compactName: NumberFormatStyleConfiguration.Notation`](/documentation/Foundation/NumberFormatStyleConfiguration/Notation/compactName)

A locale-appropriate compact name notation.

[`static var scientific: NumberFormatStyleConfiguration.Notation`](/documentation/Foundation/NumberFormatStyleConfiguration/Notation/scientific)

A notation constant that formats values with scientific notation.

## Relationships

### Conforms To

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Decodable`](/documentation/Swift/Decodable)

[`Hashable`](/documentation/Swift/Hashable)

[`Encodable`](/documentation/Swift/Encodable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)