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

Sets object values.

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

Set object values. Method call does not change object's size or Complex property, but it does check for array overrun. The elements of A array are copied to the calling object elements, starting at Index. If the calling object 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-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!