<!--
{
  "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/Morphology/GrammaticalNumber",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation10MorphologyV17GrammaticalNumberO"
  },
  "title" : "Morphology.GrammaticalNumber"
}
-->

# Morphology.GrammaticalNumber

A representation of grammatical number, used for inflecting strings.

```
enum GrammaticalNumber
```

## Topics

### Determining Grammatical Number

[`Morphology.GrammaticalNumber.zero`](/documentation/Foundation/Morphology/GrammaticalNumber/zero)

Zero persons or things, as used for a gramnatical number.

[`Morphology.GrammaticalNumber.singular`](/documentation/Foundation/Morphology/GrammaticalNumber/singular)

A single person or thing, as used for a grammatical number.

[`Morphology.GrammaticalNumber.plural`](/documentation/Foundation/Morphology/GrammaticalNumber/plural)

Multiple persons or things, as used for a grammatical number.

[`Morphology.GrammaticalNumber.pluralTwo`](/documentation/Foundation/Morphology/GrammaticalNumber/pluralTwo)

Two persons or things, as used for a grammatical number.

[`Morphology.GrammaticalNumber.pluralFew`](/documentation/Foundation/Morphology/GrammaticalNumber/pluralFew)

A small number of persons or things, as used for a grammatical number.

[`Morphology.GrammaticalNumber.pluralMany`](/documentation/Foundation/Morphology/GrammaticalNumber/pluralMany)

A large number of persons or things, as used for a grammatical number.

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

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

---

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)