TsItemDataDoubleGetAccumulatedValue Method |
Name | Description | |
---|---|---|
GetAccumulatedValue(DateTime, DateTime) | Get the accumulated value within the time interval. The accumulated value is the integral from start til end. For the Accumulated it is the value difference from start til end, and alike for for the StepAccumulated, If the item data does not fully cover the time interval, values outside the time interval are assumed to be zero. | |
GetAccumulatedValue(Double, Double) | GetAccumulatedValue(DateTime, DateTime). This version
uses relative times.
| |
GetAccumulatedValue(DateTime, DateTime, Int32) | GetAccumulatedValue(DateTime, DateTime). This version
provides a lastInterval to look in first, for faster searching
in the time series.
| |
GetAccumulatedValue(Double, Double, Int32) | GetAccumulatedValue(DateTime, DateTime). This version
uses relative times and provides a lastInterval to look in first,
for faster searching in the time series.
|