Returns the index of value in the array or -1 if the value cannot be found.
int32 Find( float64 value, int32 p_nStartIndex )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| float64 | value | The value you wish to find. |
| int32 | p_nStartIndex | The start index of the search. |
None published. Please look for an example in the Simdify Scripting Language code base.