Click or drag to resize

QdbBlobPointCollectionItem 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 QdbBlobPoint this[
	int index
] { get; }

Parameters

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

Property Value

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