You are here: Symbol Reference > AbstractMtxVec Namespace > Classes > TMtxVec Class > public > SetIt Method > TMtxVec.SetIt Method (integer, integer, integer, array of double)
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxVec.SetIt Method (integer, integer, integer, array of double)

The elements of A array, starting at aIndex, are copied to the calling object elements, starting at Index.

Pascal
function SetIt(Index: integer; aIndex: integer; Len: integer; const A: array of double): TMtxVec; overload;

If the calling object is complex, then real parts of complex numbers in the A array are on even (0,2,4..) and imaginary parts on odd indexes.(1,3,5,..).

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