UltimateSummatorGetIntervalSum Method (Int32, Int32) |
Get sum on point-based interval.
Namespace:
FinAnalysis.Base
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public double GetIntervalSum(
int leftIndex,
int rightIndex
)
Parameters
- leftIndex
- Type: SystemInt32
Inclusive left boundary of interval, zero-based index inside sliding window, starting from last point. - rightIndex
- Type: SystemInt32
Inclusive right boundary of interval, zero-based index inside sliding window, starting from last point. Must be greater or equal to left boundary.
Return Value
Type:
Double Sum on interval.
See Also