Click or drag to resize

QdbTimestampPointCollection Class

A collection of point
Inheritance Hierarchy
SystemObject
  Quasardb.TimeSeriesQdbTimestampPointCollection

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public sealed class QdbTimestampPointCollection : IEnumerable<QdbTimestampPoint>, 
	IEnumerable

The QdbTimestampPointCollection type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCapacity
Gets or sets the total number of elements the collection can hold without resizing.
Public propertyCount
Gets the number of points in the collection
Public propertyItem
Gets the point at the specified index.
Top
Methods
  NameDescription
Public methodAdd(QdbTimestampPoint)
Adds a point to the collection
Public methodAdd(DateTime, NullableDateTime)
Adds a point to the collection
Public methodClear
Empties the collection
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Top
See Also