 | QdbTimestampColumnAbsMax Method (QdbTimeInterval) |
Gets the point with the largest absolute value in an interval
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntaxpublic QdbTimestampPoint AbsMax(
QdbTimeInterval interval
)
Public Function AbsMax (
interval As QdbTimeInterval
) As QdbTimestampPoint
Parameters
- interval
- Type: Quasardb.TimeSeriesQdbTimeInterval
The time interval to scan
Return Value
Type:
QdbTimestampPointThe point with the largest absolute value of the interval or
null if there is no point in the interval
See Also