Represents a strongly typed collection of double numbers. The following tables list the members exposed by the DoubleCollection type.
|
Name | Description | |
---|---|---|
![]() |
Overloaded. Initializes a new instance of the DoubleCollection class. |
Name | Description | |
---|---|---|
![]() |
Gets or sets the double number, located at the specified position. |
Name | Description | |
---|---|---|
![]() |
Adds the specified double number to the collection. |
|
![]() |
Compares the contents of this collection with the contents of the specified list. |
|
![]() |
Checks whether the specified double number is contained in the collection. |
|
![]() |
Returns an array containing the elements of this collection. |
|
![]() |
Returns the index of the first occurrence of the specified double number. |
|
![]() |
Inserts the specified double number at the specified position within the collection. |
|
![]() |
Removes the first occurrence of the specified double number from the collection. |
|
![]() |
Removes the double number at the specified index. |
|
![]() |
CollectionBase.ToString override. |