You are here: Symbol Reference > MtxExprInt Namespace > Classes > MatrixInt Record > public > Size Method > MatrixInt.Size Method (integer, integer, TIntPrecision)
MtxVec VCL
ContentsIndex
Example
var A: TMtxInt; begin CreateIt(A); try A.Size(2,1); // 2x1 integer matrix A.SetZero; // A becomes: // [0] // [0] finally FreeIt(A); end; end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.