cfdm.core.NumpyArray.dtype

NumpyArray.dtype

Data-type of the data elements.

New in version (cfdm): 1.7.0

Examples

>>> a.dtype
dtype('float64')
>>> print(type(a.dtype))
<type 'numpy.dtype'>