 | QdbInt64Column.SampleStdDev Method |
Gets the sample standard deviation of the table
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntaxpublic double? SampleStdDev()
Public Function SampleStdDev As Double?
Return Value
Type:
Nullable<Double>The sample standard deviation of the table
Exceptions
See Also