Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector Imag(TVec *X); | Returns the imaginary part of the source. |
| 2 | Matrix Imag(TMtx *X); | Returns the imaginary part of the source. |
Overload 1: Vector Imag(TVec *X);
Returns the imaginary part of the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec * |
Remarks:
Internally calls Vector::ImagPart
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 2: Matrix Imag(TMtx *X);
Returns the imaginary part of the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx * |
Remarks:
Internally calls Matrix::ImagPart
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler