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

Copies the contents of all TVec objects from the Src array to the calling vector elements, starting with at Index.

Pascal
function Concat(Index: integer; const Src: array of TVec): TVec; overload;

The Length and Complex properties of the calling vector must be set explicitly. An exception is raised, if Complex properties of TVec objects do not match or if the sum of Length's exceeds the Length property of the calling object.

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