You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > SetIt Method > Vector.SetIt Method (integer, integer, integer, array of double)
MtxVec VCL
ContentsIndex
PreviousUpNext
Vector.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!