You are here: Symbol Reference > MtxExprInt Namespace > Classes > MatrixInt Record > public > CopyVec Method > MatrixInt.CopyVec Method (TVecInt, Integer, Integer, Integer, Integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
MatrixInt.CopyVec Method (TVecInt, 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: TVecInt; VecIndex: Integer; Len: Integer; Row: Integer; Col: Integer): TMtxInt; overload;

An exception is raised if TMtxVecBase.ConditionCheck is true and bounds are overrun or if IntPrecision properties 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!