Back to Numerical Arrays (NumPy)
np.structDtypeSize
Get byte size for a given dtype.
Syntax
np.structDtypeSize(dtype)
Description
Get byte size for a given dtype.
Parameters
| Name | Description |
|---|---|
| dtype | DType |
Returns
number