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

Performs resize of the calling matrix to NewRows and NewCols.

Pascal
function Resize(const Src: TMtx; NewRows: integer; NewCols: integer): TMtx; overload;

Copies the Src matrix values to the calling matrix. The elements outside the newly created matrix size are not referenced.

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