---
title: upperBound
framework: swift
role: symbol
role_heading: Instance Property
path: swift/closedrange/upperbound
---

# upperBound

The range’s upper bound.

## Declaration

```swift
let upperBound: Bound
```

## See Also

### Inspecting a Range

- [isEmpty](swift/closedrange/isempty.md)
- [lowerBound](swift/closedrange/lowerbound.md)
