Given ArrayA ( this array ) and ArrayB ( not this array ), combines ArrayB with ArrayA at the specified index in ArrayA.
int32 Combine( Uint64Array src, int32 p_nInsertIndex )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Uint64Array> | src | The array you wish to combine with the destination array. |
| int32 | p_nInsertIndex | The index at which to insert the source array into the destination array. |
None published. Please look for an example in the Simdify Scripting Language code base.