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