You are here: Symbol Reference > MtxVec Namespace > Classes > TMtx Class > published > TMtx.Balance Property
MtxVec VCL
ContentsIndex
Example
var A: TMtx; d: TVec; begin CreateIt(A); // ... A.Balance := btFull; // applies both methods A.Eig(d); // ... FreeIt(A); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.