---
title: scalarType
framework: coreai
role: symbol
role_heading: Instance Property
path: coreai/ndarray/mutablerawview/scalartype
---

# scalarType

The scalar type of the ndArray.

## Declaration

```swift
var scalarType: NDArray.ScalarType { get }
```

## See Also

### Inspecting the view

- [shape](coreai/ndarray/mutablerawview/shape.md)
- [strides](coreai/ndarray/mutablerawview/strides.md)
