You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > Split Method > Vector.Split Method (array of TVec, array of integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
Vector.Split Method (array of TVec, array of integer)

Copy the contents of the calling TVec object to the TVec objects in Dst array.

Pascal
procedure Split(const Dst: array of TVec; const DstSize: array of integer); overload;

The Length of objects in Dst array is defined in the DstSize array. The Length and Complex properties of vectors in Dst array are set implicitly. An exception is raised if the sum of DstSize lengths exceeds the Length of the calling vector.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!