TVec *SetCplx(const DewArray<TCplx> &a) const;
Sets vector values (complex).
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | const DewArray<TCplx> & |
Remarks:
Sets the Vector::Length property of the calling vector to (High(A)+1) and the 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.
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler