You are here: Symbol Reference > MtxVec Namespace > Classes > TMtx Class > public > CopyVec Method > TMtx.CopyVec Method (TVec, Integer)
MtxVec VCL
ContentsIndex
Example
var A: TMtx; v: TVec; begin CreateIt(A); Create(v); try v.SetIt(true,[1, 0, 2, -1, 5, 1.2]) ; A.CopyVec(v); finally FreeIt(A); end; end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.