Click or drag to resize

QdbInt64PointCollection.GetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.13.2.0 (3.13.2.0)
Syntax
public IEnumerator<QdbInt64Point> GetEnumerator()

Return Value

Type: IEnumerator<QdbInt64Point>
An enumerator that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()
See Also