You are here: Symbol Reference > MtxExpr Namespace > Functions > MtxExpr.ConcatHorz Function
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxExpr.ConcatHorz Function

Horizontally concatenate a list of matrices in to one big matrix.

Pascal
function ConcatHorz(DestRow: integer; DestCol: integer; const Src: array of TMtx): Matrix; overload;

Internally calls Matrix.ConcatHorz

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