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

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

Pascal
function ConcatHorz(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 concenating. An exception is raised, if the calling matrix array bounds are overrun. An exception is raised, if any of the Src matrices IntPrecision or Rows properties do not match.

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