| Name | Description |
---|
 | DoubleValueArray() |
Initializes a new instance of DoubleValueArray with an empty array of DoubleValue objects.
|
 | DoubleValueArray(DoubleValue[]) |
Initializes a new instance of DoubleValueArray with the specified array of DoubleValue objects.
|
 | DoubleValueArray(DoubleValueArray) |
Initializes a new instance of DoubleValueArray by copying an existing DoubleValueArray instance.
|
 | DoubleValueArray(IEnumerable(Double)) |
Initializes a new instance of DoubleValueArray with the specified list of Double values.
|
 | DoubleValueArray(Double[]) |
Initializes a new instance of DoubleValueArray with the specified array of Double values.
|