You are here: Symbol Reference > AbstractMtxVec Namespace > Classes > TDenseMtxVec Class > public > Add Method > TDenseMtxVec.Add Method (TMtxVec, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
TDenseMtxVec.Add Method (TMtxVec, integer, integer, integer)

Add Vec elements [VecIndex]..[VecIndex+Len-1] to calling object elements [Index]..[Index+Len-1].

Pascal
function Add(const Vec: TMtxVec; VecIndex: integer; Index: integer; Len: integer): TMtxVec; overload;

An exception is raised if TMtxVecBase.ConditionCheckConditionCheckis true and array borders are overrun.

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