FindUnique Data Member Function

Fills the destination array with all the unique values in the source array. Values are added to the destination array in array order, from greatest to least, or from least to greatest.

Prototype

int32 FindUnique( Uint32Iterator first, Uint32Iterator last, Uint32Array dest )

Parameters

Parameter Type Parameter Name Documentation
<Uint32Iterator>firstAn iterator at the start of the source data.
<Uint32Iterator>lastAn iterator at the end of the source data.
<Uint32Array>destA pointer to the destination array.

Examples

Copy Text To Clipboard

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