EISDatapoint |
The EISDatapointCollection type exposes the following members.
Name | Description | |
---|---|---|
EISDatapointCollection | Initializes a new instance of the EISDatapointCollection class. |
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ICollectionT. (Inherited from SortedEISDatapointList) | |
IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from SortedEISDatapointList) | |
Item | Gets the object at the given index from the collection. |
Name | Description | |
---|---|---|
Add(EISDatapoint) | Adds an item to the ICollectionT. (Inherited from SortedEISDatapointList) | |
Add(Double, Double, Double) | Add a new item to the list, constructed from the given raw values. | |
Add(Double, Double, Double, Boolean) | Add a new item to the list, constructed from the given raw values. | |
AddRange | Adds a list of items to the collection. | |
AsDoubleArray(EISDataPart) | Get the data as an jagged-array of double values. | |
AsDoubleArray(EISDataPart, Limits) | Get the data as an jagged-array of double values. | |
Clear | Removes all items from the ICollectionT. (Inherited from SortedEISDatapointList) | |
Contains | Determines whether the ICollectionT contains a specific value. (Inherited from SortedEISDatapointList) | |
CopyTo | Copies the elements of the ICollectionT to an Array, starting at a particular Array index. (Inherited from SortedEISDatapointList) | |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from SortedEISDatapointList) | |
GetPart(EISDataPart) | Get a part of the data. | |
GetPart(EISDataPart, Limits) | Get a part of the data. | |
GetPart(EISDataPart, Double, Double) | Get a part of the data. | |
GetSchema | This 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. | |
ReadXml | Generates an object from its XML representation. | |
Remove | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from SortedEISDatapointList) | |
WriteXml | Converts an object into its XML representation. |