Click or drag to resize

QdbStringPointCollection.Item Property

Gets the point at the specified index.

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

Parameters

index
Type: System.Int32
The zero-based position in the collection

Property Value

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