 | QdbCellDoubleValue Property |
Gets the result value.
Namespace:
Quasardb.Query
Assembly:
Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntaxpublic Nullable<double> DoubleValue { get; }
Public ReadOnly Property DoubleValue As Nullable(Of Double)
Get
Property Value
Type:
NullableDouble
ExceptionsException | Condition |
---|
InvalidCastException | The result value is not of type Double |
See Also