void Exchange(int Index1, int Index2);
Swaps the position of two items in the Items array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index1 | int | |
| 2 | Index2 | int |
Remarks:
Call Exchange to swap the positions of the items at positions Index1 and Index2 of the Items array. The indexes are zero-based.
Declared in Dew::Math::TMtxComponentList · Dew.Math/MtxBaseComp.h · Cross-compiler