 | QdbCell.DoubleArray 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)
Syntaxpublic double[] DoubleArray { get; }
Public ReadOnly Property DoubleArray As Double()
Get
Property Value
Type:
Double[]
ExceptionsException | Condition |
---|
InvalidCastException | The result is not of type DoubleArray |
See Also