Click or drag to resize

QdbInt64PointCollectionItem Property

Gets the point at the specified index.

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.2.0 (3.10.2.0)
Syntax
public QdbInt64Point this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based position in the collection

Property Value

Type: QdbInt64Point
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIf index is negative or above Count
See Also