Click or drag to resize

QdbCellDoubleValue Property

Gets the value.

Namespace:  Quasardb.TimeSeries.Reader
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.2.0 (3.10.2.0)
Syntax
public double? DoubleValue { get; }

Property Value

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