You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > SetIt Method > Vector.SetIt Method (array of double)
MtxVec VCL
ContentsIndex
PreviousUpNext
Vector.SetIt Method (array of double)

Does not change the Length or Complex properties of the calling vector.

Pascal
function SetIt(const A: array of double): TVec; overload;

It does check for array overrun. The elements of A array are copied to the calling vector, starting at Index 0. If the calling vector is complex then real parts of complex numbers are on even (0,2,4..)and imaginary parts on odd indexes.(1,3,5,..)

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