Click or drag to resize

TsItemDataDoubleGetAccumulatedValue Method

Overload List
  NameDescription
Public methodGetAccumulatedValue(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.

Public methodGetAccumulatedValue(Double, Double)
GetAccumulatedValue(DateTime, DateTime). This version uses relative times.
Public methodGetAccumulatedValue(DateTime, DateTime, Int32)
GetAccumulatedValue(DateTime, DateTime). This version provides a lastInterval to look in first, for faster searching in the time series.
Public methodGetAccumulatedValue(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.
Top
See Also