---
title: strides
framework: tabulardata
role: symbol
role_heading: Instance Property
path: tabulardata/shapeddata/strides
---

# strides

An integer array that stores the number of memory locations that span the length of each dimension in the corresponding element.

## Declaration

```swift
let strides: [Int]
```
