| 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; }
Public ReadOnly Property DoubleValue As Double?
Get
Property Value
Type:
NullableDoubleExceptions Exception | Condition |
---|
InvalidCastException | The result is not of type Double |
See Also