---
title: baseAddress
framework: accelerate
role: symbol
role_heading: Instance Property
path: accelerate/bnnsgraph/pointerargument/baseaddress
---

# baseAddress

A pointer to the first element of the buffer.

## Declaration

```swift
var baseAddress: UnsafeMutablePointer<Self.Element>? { get }
```

## See Also

### Querying a pointer argument’s properties

- [count](accelerate/bnnsgraph/pointerargument/count.md)
