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

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

Pascal
function ConcatVert(DestRow: integer; DestCol: integer; const Src: array of TMtx): TMtx; 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!