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

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

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

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