DoubleCollection Constructor
Initializes a new instance of a DoubleCollection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
DoubleCollection() | Initializes a new instance of a DoubleCollection. |
|
DoubleCollection(IEnumerable<Double>) | Initializes a new instance of the DoubleCollection class with the specified collection of Double values. |
|
DoubleCollection(Int32) | Initializes a new instance of the DoubleCollection class with the specified capacity, or the number of Double values the collection is initially capable of storing. |