Returns true if any of the values in the source array match any of the values in this array.
int32 FindAny( Int16Array src, int32 p_nStart )
| Parameter Type | Parameter Name | Documentation | 
|---|---|---|
| <Int16Array> | src | A pointer to the array containing the search values. | 
| int32 | p_nStart | The index to start at. | 
None published. Please look for an example in the Simdify Scripting Language code base.