|
Name |
Description |
|
Add |
Adds a new DoubleCollection object to the collection. |
|
Clone |
Creates a copy of the current collection. |
|
Compare |
Compares the current SeriesCollection to another collection. |
|
Contains |
Checks whether a particular DoubleCollection object is contained within the current collection. |
|
GetValues |
Returns an array with all DoubleCollection objects in the collection. |
|
IndexOf |
Returns the index of the first occurrence of the specified DoubleCollection. |
|
Insert |
Inserts the specified DoubleCollection object in the specified position. |
|
Remove |
Removes the first occurrence of the specified DoubleCollection object. |
|
RemoveAt |
Removes the DoubleCollection object at the specified index. |