Click or drag to resize

QdbCellDoubleValue Property

Gets the result reinterpreted as a double.

Namespace:  Quasardb.Query
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public double? DoubleValue { get; }

Property Value

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