Insert Data Member Function

Inserts a <Float64Vector> object into the array. May incur re-allocation costs depending on the size of any allocated reserve.

Prototype

int32 Insert( int32 p_nIndex, Float64Vector p_oFloat64Vector )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index at which to insert the <Float64Vector> object.
<Float64Vector>p_oFloat64VectorThe <Float64Vector> object to insert into the <Float64VectorArray>.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.