Move Data Member Function

Moves the memory from the source array to the destination array. Leaves the source array empty with a count of zero.

Prototype

int32 Move( Float64VectorArray p_avDestinationArray )

Parameters

Parameter Type Parameter Name Documentation
<Float64VectorArray>p_avDestinationArrayA pointer to the destination <Float64VectorArray>.

Examples

Copy Text To Clipboard

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