TVec SetCplx(TCplx[] a)
Sets vector values (complex).
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TCplx[] |
Result: stored in self (calling object), returns self for chaining
Remarks:
Sets the Dew.Math.Vector.Length property of the calling vector to (High(A)+1) and the Dew.Math.Vector.Complex property to true. The complex elements of A array are copied to the calling vector CValues.
Note
Use this method for complex array only.