[]
Initializes new instance of the DoubleArray
public DoubleArray(double[] data)
Type | Name | Description |
---|---|---|
double[] | data | Data to initialize array with |
Initializes new instance of the DoubleArray
public DoubleArray(DateTime[] data)
Type | Name | Description |
---|---|---|
DateTime[] | data | Data to initialize array with |
Initializes new instance of the DoubleArray
public DoubleArray(double[] data, bool[] isDateTime)
Type | Name | Description |
---|---|---|
double[] | data | Data to initialize array with |
bool[] | isDateTime | Specifies whether the array value is a DateTime value |
Initializes new instance of the DoubleArray. This constructor is used by code serialization.
public DoubleArray(string data, IFormatProvider culture)
Type | Name | Description |
---|---|---|
string | data | Data to initialize array with. Format is numbers in invariant culture separated by semicolons |
IFormatProvider | culture |
For internal use only.
public DoubleArray(string data)
Type | Name | Description |
---|---|---|
string | data |
For internal use only.
public DoubleArray(string xml, GraphXmlSerializationContext context)
Type | Name | Description |
---|---|---|
string | xml | |
GraphXmlSerializationContext | context |