You are here: Symbol Reference > MtxExprInt Namespace > Classes > MatrixInt Record > public > Resize Method > MatrixInt.Resize Method (TMtxInt, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
MatrixInt.Resize Method (TMtxInt, integer, integer)

Sizes the calling matrix to NewRows and NewCols.

Pascal
function Resize(const Src: TMtxInt; NewRows: integer; NewCols: integer): TMtxInt; 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!