 | QdbDoubleColumnSpread Method |
Gets the spread (ie the difference between the maximum value and the minimum value) of the table
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntaxpublic Nullable<double> Spread()
Public Function Spread As Nullable(Of Double)
Return Value
Type:
NullableDoubleThe spread of the table
Exceptions
See Also