---
title: NumberFormatStyleConfiguration.Notation
framework: foundation
role: symbol
role_heading: Structure
path: foundation/numberformatstyleconfiguration/notation
---

# NumberFormatStyleConfiguration.Notation

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

## Declaration

```swift
struct Notation
```

## Topics

### Notations

- [automatic](foundation/numberformatstyleconfiguration/notation/automatic.md)
- [compactName](foundation/numberformatstyleconfiguration/notation/compactname.md)
- [scientific](foundation/numberformatstyleconfiguration/notation/scientific.md)

## Relationships

### Conforms To

- [CustomStringConvertible](swift/customstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Specifying Configuration

- [NumberFormatStyleConfiguration.DecimalSeparatorDisplayStrategy](foundation/numberformatstyleconfiguration/decimalseparatordisplaystrategy.md)
- [NumberFormatStyleConfiguration.Grouping](foundation/numberformatstyleconfiguration/grouping.md)
- [NumberFormatStyleConfiguration.Precision](foundation/numberformatstyleconfiguration/precision.md)
- [NumberFormatStyleConfiguration.RoundingRule](foundation/numberformatstyleconfiguration/roundingrule.md)
- [NumberFormatStyleConfiguration.SignDisplayStrategy](foundation/numberformatstyleconfiguration/signdisplaystrategy.md)
