Inserts a value into the array. May incur re-allocation costs depending on the size of any allocated reserve.
int32 Insert( int32 p_nIndex, Uint32Vector p_oFloat64Vector )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | p_nIndex | The index at which to insert the object. |
| <Uint32Vector> | p_oFloat64Vector | The object to insert into the array. |
None published. Please look for an example in the Simdify Scripting Language code base.