Method GetEnumerator
GetEnumerator()
Returns an enumerator that iterates through the DataPoints collection.
Declaration
public IEnumerator<DataPoint<T>> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<DataPoint<T>> | An IEnumerator{DataPoint{T}} for this collection. |