You are here: Symbol Reference > MtxVecInt Namespace > Classes > TMtxInt Class > public > ConcatVert Method > TMtxInt.ConcatVert Method (integer, integer, array of TMtxInt)
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxInt.ConcatVert Method (integer, integer, array of TMtxInt)

Concenate the Src matrices vertically and store the results in calling matrix.

Pascal
function ConcatVert(DestRow: integer; DestCol: integer; const Src: array of TMtxInt): TMtxInt; overload;

The DestRow and DestCol parameters indicate the starting position (in the calling matrix) for concatenating. An exception is raised, if the calling matrix array bounds are overrun. An exception is raised, if any of the Src matrices IntPrecision or Cols properties do not match.

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