You are here: Symbol Reference > MtxExprInt Namespace > Classes > MatrixInt Record > public > ConcatVert Method > MatrixInt.ConcatVert Method (integer, integer, array of TMtxInt)
MtxVec VCL
ContentsIndex
PreviousUpNext
MatrixInt.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 Complex 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!