UltimateSummatorGetSumFromFirst Method (Int32) |
Get sum of pointsCount elements starting from the very oldest point.
Namespace:
FinAnalysis.Base
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public double GetSumFromFirst(
int pointsCount
)
Parameters
- pointsCount
- Type: SystemInt32
Number of elements to sum.
Return Value
Type:
Double Accumulated sum.
See Also