 | QdbCellDoubleValue Property |
Gets the value.
Namespace:
Quasardb.TimeSeries.Reader
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 value is not of type Double |
See Also