cf.Field.size

Field.size

Number of elements in the data array.

Examples

>>> f.shape
(73, 96)
>>> f.size
7008

Previous topic

cf.Field.shape

Next topic

cf.Field.subset

This Page