You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > Resize Method > Matrix.Resize Method (TMtx, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
Matrix.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!