cfdm.Array.dtype

Array.dtype

Data-type of the data elements.

New in version 1.7.0.

Examples:

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