Dew MtxVec NET
TVec.SetInteger Method
Summary
Sets vector values (integer).

Class
TVec

Declaration
Function SetInteger(AComplex: boolean; const A: array of Integer): TVec;

Description
Sets the Lenght property of the calling vector to (High(A)+1) and the Complex property to AComplex. The integer elements of A array are copied to the calling vector. If AComplex is True then real parts of complex numbers are on even (0,2,4..)and imaginary parts on odd indexes.(1,3,5,..)

Note: Use this method for integer array only.

 See Also 
SetIt 
SetDouble 
SetCplx 
SetSingle 

Copyright 2008 Dew Research
http://www.dewresearch.com