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