[]
Array of double values
[TypeConverter(typeof(DoubleArray.Converter))]
public sealed class DoubleArray : Item, IGraphItem, ICloneable, IGraphXmlSerializable
| Name | Description |
|---|---|
| DoubleArray(DateTime[]) | Initializes new instance of the DoubleArray |
| DoubleArray(double[]) | Initializes new instance of the DoubleArray |
| DoubleArray(double[], bool[]) | Initializes new instance of the DoubleArray |
| DoubleArray(string) | For internal use only. |
| DoubleArray(string, GraphXmlSerializationContext) | For internal use only. |
| DoubleArray(string, IFormatProvider) | Initializes new instance of the DoubleArray. This constructor is used by code serialization. |
| Name | Description |
|---|---|
| IsDirty | This member overrides . Always false.
|
| this[int] | Gets value at the index specified |
| Length | Gets array length |
| Name | Description |
|---|---|
| Clone() | Creates a clone of the current object |
| IsDateTime(int) | Gets a value indicating whether the 2D array is a DateTime type array. |
| SetIsDateTime(int, bool) | Sets the specified value of the specified index as a DateTime value. |
| ToString() | Converts the value of the current instance to string representation. |
| ToString(IFormatProvider) | Convert the value of the current instance to string representation, depending on the specified culture. |