Accumulate Data Member Function

Accumulates the values in the range and returns the value.

Prototype

uint32 Accumulate( Uint32Iterator first, Uint32Iterator last )

Parameters

Parameter Type Parameter Name Documentation
<Uint32Iterator>firstAn iterator at the start of the range.
<Uint32Iterator>lastAn iterator at the end of the range.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.