ITsItemDataTGetAccumulatedValue 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(DateTime, DateTime, Int32) | GetAccumulatedValue(DateTime, DateTime). This version
provides a lastInterval to look in first, for faster searching
in the time series.
|