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.13.5.0 (3.13.5.0)
Syntax
public double[] DoubleArray { get; }

Property Value

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