You are here: Symbol Reference > MtxVec Namespace > Classes > TMtx Class > public > CopyVec Method > TMtx.CopyVec Method (TVec, Integer, Integer, Integer, Integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtx.CopyVec Method (TVec, Integer, Integer, Integer, Integer)

Copy Vec elements [VecIndex]..[VecIndex+Len-1] to the calling matrix elements starting with [Row,Col].

Pascal
function CopyVec(const Vec: TVec; VecIndex: Integer; Len: Integer; Row: Integer; Col: Integer): TMtx; overload;

An exception is raised if TMtxVecBase.ConditionCheck is true and bounds are overrun or if TMtxVec.ComplexComplexproperties of the calling matrix and Vec do not match.

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