Click or drag to resize

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; }

Property Value

Type: Double
Exceptions
ExceptionCondition
InvalidCastExceptionThe result is not of type DoubleArray
See Also