---
title: length
framework: createmlcomponents
role: symbol
role_heading: Instance Property
path: createmlcomponents/slidingwindows/length
---

# length

The number samples in each window.

## Declaration

```swift
let length: Int
```

## See Also

### Inspecting the sliding window

- [endIndex](createmlcomponents/slidingwindows/endindex.md)
- [input](createmlcomponents/slidingwindows/input.md)
- [startIndex](createmlcomponents/slidingwindows/startindex.md)
- [stride](createmlcomponents/slidingwindows/stride.md)
