---
title: factor
framework: coreai
role: symbol
role_heading: Instance Property
path: coreai/ndarray/interleavelayout-swift.struct/factor
---

# factor

The number of elements from the interleaved dimension stored contiguously per block. Adjacent elements within a block have stride 1 in memory.

## Declaration

```swift
var factor: Int { get }
```
