Click or drag to resize

UltimateSummatorGetIntervalSumOffsets Method

Get sum on point-based interval.

Namespace:  FinAnalysis.Base
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public double GetIntervalSumOffsets(
	int leftOffset,
	int rightOffset
)

Parameters

leftOffset
Type: SystemInt32
Inclusive left boundary of interval, zero-based index inside sliding window, starting from odlest point.
rightOffset
Type: SystemInt32
Inclusive right boundary of interval, zero-based index inside sliding window, starting from odlest point. Must be less or equal to left boundary.

Return Value

Type: Double
Sum on interval.
See Also