---
title: "ArgumentValue.int(_:)"
framework: evaluations
role: symbol
role_heading: Case
path: "evaluations/argumentvalue/int(_:)"
---

# ArgumentValue.int(_:)

An integer value.

## Declaration

```swift
case int(Int)
```

## See Also

### Values

- [ArgumentValue.string(_:)](evaluations/argumentvalue/string(_:).md)
- [ArgumentValue.double(_:)](evaluations/argumentvalue/double(_:).md)
- [ArgumentValue.bool(_:)](evaluations/argumentvalue/bool(_:).md)
