void Swapf(float &X, float &Y);
Exchange two numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | float & | |
| 2 | Y | float & |
Remarks:
Exchanges two real numbers X swaps Y.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler