[]
Creates a new collection of double values.
public DoubleCollection()
Public Sub New()
Creates a new collection of double values that is a copy of the specified collection of double values.
public DoubleCollection(DoubleCollection collection)
Public Sub New(collection As DoubleCollection)
| Type | Name | Description |
|---|---|---|
| DoubleCollection | collection | Collection of copied values. |
| Type | Condition |
|---|---|
| ArgumentNullException | collection is a null reference (Nothing in VB). |