Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx CTrunc(const TCplx &X); | Complex truncate function. |
| 2 | TSCplx CTrunc(const TSCplx &X); |
Overload 1: TCplx CTrunc(const TCplx &X);
Complex truncate function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TCplx & |
Returns: the truncate function to real and imginary part of the X parameter.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TSCplx CTrunc(const TSCplx &X);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TSCplx & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler