Overload List
| # | Signature | Description |
|---|---|---|
| 1 | procedure CopyToDense(const dstAmplt: TVec; const dstTime: TVec); | Copy contents of list item fields to corresponding dense array storage. |
| 2 | procedure CopyToDense(const dstFreq: TVec; const dstAmplt: TVec; const dstPhase: TVec); | Copy contents of list item fields to corresponding dense array storage. |
Overload 1: procedure CopyToDense(const dstAmplt: TVec; const dstTime: TVec);
Copy contents of list item fields to corresponding dense array storage.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | dstAmplt | TVec | |
| 2 | dstTime | TVec |
Result: stored in self (calling object)
Overload 2: procedure CopyToDense(const dstFreq: TVec; const dstAmplt: TVec; const dstPhase: TVec);
Copy contents of list item fields to corresponding dense array storage.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | dstFreq | TVec | |
| 2 | dstAmplt | TVec | |
| 3 | dstPhase | TVec |
Result: stored in self (calling object)