---
title: lowerBound
framework: pencilkit
role: symbol
role_heading: Instance Property
path: pencilkit/pkfloatrange/lowerbound
---

# lowerBound

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

## Declaration

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

## See Also

### Getting the boundaries of the range

- [upperBound](pencilkit/pkfloatrange/upperbound.md)
