UltimateSummatorGetIntervalSum Method (DateTime, DateTime) |
Get sum on time-based interval.
Namespace:
FinAnalysis.Base
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public double GetIntervalSum(
DateTime leftBoundary,
DateTime rightBoundary
)
Parameters
- leftBoundary
- Type: SystemDateTime
Inclusive left boundary of interval, i.e. time associated with oldest point in interval. Must be chronological before or equal to right boundary. - rightBoundary
- Type: SystemDateTime
Inclusive right boundary of interval, i.e. time associated with recent point in interval. Must be chronological after or equal to right boundary.
Return Value
Type:
Double Sum on interval.
See Also