Workspace 6.21.5
|
Outputs basic information about the contents of a DataSeries.
Inputs: | |||
---|---|---|---|
Data series | CSIRO::DataAnalysis::DataSeries | ||
Outputs: | |||
Is infinite | bool | ||
Is empty | bool | ||
Size | int | The total number of elements in the DataSeries. | |
Last index | int | The last index in the DataSeries. This will be "Size" - 1. |