Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TSCplx(); | |
| 2 | TSCplx(float re, float im); | |
| 3 | TSCplx(const TCplx &AValue); | Explicit conversion of TCplx (double) to TSCplx (single). |
Overload 1: TSCplx();
Declared in Dew::Math::TSCplx · Dew.Math/Math387.h · Cross-compiler
Overload 2: TSCplx(float re, float im);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | re | float | |
| 2 | im | float |
Declared in Dew::Math::TSCplx · Dew.Math/Math387.h · Cross-compiler
Overload 3: TSCplx(const TCplx &AValue);
Explicit conversion of TCplx (double) to TSCplx (single).
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | const TCplx & |
Declared in Dew::Math::TSCplx · Dew.Math/Math387.h · Cross-compiler