Summary
Sets vector values (double).
Class
TVec
Declaration
Function SetDouble(AComplex: boolean; const A: array of double): TVec;
Description
Sets the Lenght property of the calling vector to (High(A)+1) and the
Complex property to AComplex. The double 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 setting a double array only.
| Copyright 2008 Dew Research |
http://www.dewresearch.com