DoubleCollection.DoubleCollection Constructors
Initializes a new instance of the DoubleCollection class.
Overload List
Name | Description | |
---|---|---|
Public method | DoubleCollection() | Initializes a new empty instance of the DoubleCollection class. |
Public method | DoubleCollection(IEnumerable< System.Double > items) | Initializes a new instance of the DoubleCollection class with the specified elements. |
DoubleCollection()
Initializes a new empty instance of the DoubleCollection class.Syntax
public DoubleCollection ()
DoubleCollection(IEnumerable< System.Double > items)
Initializes a new instance of the DoubleCollection class with the specified elements.Syntax
public DoubleCollection (
IEnumerable< System.Double > items
)
Parameters
items
Type: A collection of System::Double elements.
A collection of items to add to the new collection.
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android