cfdm.Bounds.dtype

Bounds.dtype

Data-type of the data elements.

Examples

>>> d.dtype
dtype('float64')
>>> type(d.dtype)
<type 'numpy.dtype'>