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( Uint64Iterator first, Uint64Iterator last, Uint64Array dest )

Parameters

Parameter Type Parameter Name Documentation
<Uint64Iterator>firstAn iterator at the start of the source data.
<Uint64Iterator>lastAn iterator at the end of the source data.
<Uint64Array>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.