Click or drag to resize

QdbStringPointCollection Class

A collection of point
Inheritance Hierarchy

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

The QdbStringPointCollection 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 propertyIsInvalid
When overridden in a derived class, gets a value indicating whether the handle value is invalid.
(Overrides SafeHandleIsInvalid.)
Public propertyItem
Gets the point at the specified index.
Top
Methods
  NameDescription
Public methodAdd(QdbStringPoint)
Adds a point to the collection
Public methodAdd(DateTime, String)
Adds a point to the collection
Public methodClear
Empties the collection
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Top
See Also