Back to NDArray Operations
dtype
Data type of the array elements as a string.
Syntax
dtype(a: NDArray) → r
Backends
TypeScriptnumwa
Description
Data type of the array elements as a string.
Parameters
| Name | Description |
|---|---|
| a | Input array |
Returns
String dtype name (e.g. "Float64", "Int32")