Summary
Sets object values.
Class
TMtxVec
Declaration
Function SetIt(Index: integer; const A: array of TSample): TMtxVec;
Description
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,..).
Declaration
Function SetIt(Index, AIndex, Len: integer; const A: array of TSample): TMtxVec;
Description
The elements of A array, starting at AIndex, are copied to the calling object elements, starting at Index. 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 2008 Dew Research |
http://www.dewresearch.com