Click or drag to resize

EISDatapointCollection Methods

The EISDatapointCollection type exposes the following members.

Methods
 NameDescription
Public methodAdd(EISDatapoint)Adds an item to the ICollectionT.
(Inherited from SortedEISDatapointList)
Public methodAdd(Double, Double, Double) Add a new item to the list, constructed from the given raw values.
Public methodAdd(Double, Double, Double, Boolean) Add a new item to the list, constructed from the given raw values.
Public methodAddRange Adds a list of items to the collection.
Public methodAsDoubleArray(EISDataPart) Get the data as an jagged-array of double values.
Public methodAsDoubleArray(EISDataPart, Limits) Get the data as an jagged-array of double values.
Public methodClearRemoves all items from the ICollectionT.
(Inherited from SortedEISDatapointList)
Public methodContainsDetermines whether the ICollectionT contains a specific value.
(Inherited from SortedEISDatapointList)
Public methodCopyToCopies the elements of the ICollectionT to an Array, starting at a particular Array index.
(Inherited from SortedEISDatapointList)
Public methodGetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from SortedEISDatapointList)
Public methodGetPart(EISDataPart) Get a part of the data.
Public methodGetPart(EISDataPart, Limits) Get a part of the data.
Public methodGetPart(EISDataPart, Double, Double) Get a part of the data.
Public methodGetSchemaThis method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return ( in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.
Public methodReadXmlGenerates an object from its XML representation.
Public methodRemoveRemoves the first occurrence of a specific object from the ICollectionT.
(Inherited from SortedEISDatapointList)
Public methodWriteXmlConverts an object into its XML representation.
Top
See Also