Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void CopyFromArray(TCplx[] Src, Int32 Index, Int32 Len) | Copies array content. |
| 2 | void CopyFromArray(Double[] Src, Int32 Index, Int32 Len) | Copies array content. |
Overload 1: void CopyFromArray(TCplx[] Src, Int32 Index, Int32 Len)
Copies array content.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TCplx[] | |
| 2 | Index | Int32 | start index |
| 3 | Len | Int32 | element count |
Result: stored in self (calling object)
Remarks:
Copies Len elements from the Src array and stores them in the calling object starting at location Index. The value of the Complex property and size of the calling objects are not modified.
Overload 2: void CopyFromArray(Double[] Src, Int32 Index, Int32 Len)
Copies array content.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Double[] | |
| 2 | Index | Int32 | start index |
| 3 | Len | Int32 | element count |
Result: stored in self (calling object)
Remarks:
Copies Len elements from the Src array and stores them in the calling object starting at location Index. The value of the Complex property and size of the calling objects are not modified.