| QdbCellDoubleArray Property |
Gets the result reinterpreted as a double array.
Namespace:
Quasardb.Query
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public double[] DoubleArray { get; }
Public ReadOnly Property DoubleArray As Double()
Get
Property Value
Type:
DoubleExceptions Exception | Condition |
---|
InvalidCastException | The result is not of type DoubleArray |
See Also