---
title: upperBound
framework: pencilkit
role: symbol
role_heading: Instance Property
path: pencilkit/pkfloatrange/upperbound
---

# upperBound

A floating point value that represents the upper bound of the range.

## Declaration

```occ
@property (nonatomic, readonly) CGFloat upperBound;
```

## See Also

### Getting the boundaries of the range

- [lowerBound](pencilkit/pkfloatrange/lowerbound.md)
