---
title: "GeneratedContent.Kind.number(_:)"
framework: foundationmodels
role: symbol
role_heading: Case
path: "foundationmodels/generatedcontent/kind-swift.enum/number(_:)"
---

# GeneratedContent.Kind.number(_:)

Represents a numeric value.

## Declaration

```swift
case number(Double)
```

## Parameters

- `value`: The numeric value as a Double.

## See Also

### Getting the kind of content

- [GeneratedContent.Kind.array(_:)](foundationmodels/generatedcontent/kind-swift.enum/array(_:).md)
- [GeneratedContent.Kind.bool(_:)](foundationmodels/generatedcontent/kind-swift.enum/bool(_:).md)
- [GeneratedContent.Kind.null](foundationmodels/generatedcontent/kind-swift.enum/null.md)
- [GeneratedContent.Kind.string(_:)](foundationmodels/generatedcontent/kind-swift.enum/string(_:).md)
- [GeneratedContent.Kind.structure(properties:orderedKeys:)](foundationmodels/generatedcontent/kind-swift.enum/structure(properties:orderedkeys:).md)
