Accumulates the values in the range and returns the value.
int64 Accumulate( Int64Iterator first, Int64Iterator last )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Int64Iterator> | first | An iterator at the start of the range. |
| <Int64Iterator> | last | An iterator at the end of the range. |
None published. Please look for an example in the Simdify Scripting Language code base.