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

Performs resize of the calling matrix to NewRows and NewCols.

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

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

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