---
title: count
framework: coreml
role: symbol
role_heading: Instance Property
path: coreml/mlmultiarray/count
---

# count

The total number of elements in the multiarray.

## Declaration

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

## See Also

### Inspecting a multiarray

- [dataType](coreml/mlmultiarray/datatype.md)
- [shape](coreml/mlmultiarray/shape.md)
- [strides](coreml/mlmultiarray/strides.md)
