Click or drag to resize

QdbCell.DoubleValue Property

Gets the value.

Namespace:  Quasardb.TimeSeries.Reader
Assembly:  Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntax
public Nullable<double> DoubleValue { get; }

Property Value

Type: Nullable<Double>
Exceptions
ExceptionCondition
InvalidCastExceptionThe value is not of type Double
See Also