You are here: Symbol Reference > MtxVec Namespace > Classes > TMtx Class > public > Mul Method > TMtx.Mul Method (TMtx, TMtx)
MtxVec VCL
ContentsIndex
Example
var A,B,C: TMtx; begin CreateIt(A,B,C); try A.SetIt(2,2,False,[1,2, 2,4]); B.SetIt(2,2,False,[1,2, 2,4]); C.Mul(A,B); finally FreeIt(A,B,C); end; end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.