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