|
Name |
Description |
|
Add |
Adds the specified double number to the collection. |
|
Compare |
Compares the contents of this collection with the contents of the specified list. |
|
Contains |
Checks whether the specified double number is contained in the collection. |
|
GetValues |
Returns an array containing the elements of this collection. |
|
IndexOf |
Returns the index of the first occurrence of the specified double number. |
|
Insert |
Inserts the specified double number at the specified position within the collection. |
|
Remove |
Removes the first occurrence of the specified double number from the collection. |
|
RemoveAt |
Removes the double number at the specified index. |
|
ToString |
CollectionBase.ToString override. |