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

# dataType

The underlying type of the multiarray.

## Declaration

```swift
var dataType: MLMultiArrayDataType { get }
```

## See Also

### Inspecting a multiarray

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