---
title: count
framework: coreimage
role: symbol
role_heading: Instance Property
path: coreimage/civector/count
---

# count

The number of items in the vector.

## Declaration

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

## See Also

### Getting Values From a Vector

- [value(at:)](coreimage/civector/value(at:).md)
- [x](coreimage/civector/x.md)
- [y](coreimage/civector/y.md)
- [z](coreimage/civector/z.md)
- [w](coreimage/civector/w.md)
- [stringRepresentation](coreimage/civector/stringrepresentation.md)
- [cgAffineTransformValue](coreimage/civector/cgaffinetransformvalue.md)
- [cgPointValue](coreimage/civector/cgpointvalue.md)
- [cgRectValue](coreimage/civector/cgrectvalue.md)
