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