Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void Swap(TCplx &X, TCplx &Y); | Exchange two numbers. |
| 2 | void Swap(TSCplx &X, TSCplx &Y); | |
| 3 | void Swap(double &X, double &Y); | Exchange two numbers. |
| 4 | void Swap(int &X, int &Y); | Exchange two numbers. |
| 5 | void Swap(unsigned char &X, unsigned char &Y); |
Overload 1: void Swap(TCplx &X, TCplx &Y);
Exchange two numbers.
Remarks:
Exchanges two complex numbers X swaps Y.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: void Swap(TSCplx &X, TSCplx &Y);
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 3: void Swap(double &X, double &Y);
Exchange two numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | double & | |
| 2 | Y | double & |
Remarks:
Exchanges two real numbers X swaps Y.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 4: void Swap(int &X, int &Y);
Exchange two numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | int & | |
| 2 | Y | int & |
Remarks:
Exchanges two integer numbers X swaps Y.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 5: void Swap(unsigned char &X, unsigned char &Y);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | unsigned char & | |
| 2 | Y | unsigned char & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler