Previous topic

scikits.timeseries.DateArray.shape

Next topic

scikits.timeseries.DateArray.strides

This Page

scikits.timeseries.DateArray.size

DateArray.size

Number of elements in the array.

Examples

>>> x = np.zeros((3,5,2), dtype=np.complex128)
>>> x.size
30