[Visual Basic] Public Function Swap( _ ByVal Index1 As Integer, _ ByVal Index2 As Integer _ ) As Boolean [C#] public bool Swap( int Index1, int Index2 ); [C++] public: bool Swap( int Index1, int Index2 ); [JScript] public function Swap( int Index1, int Index2 ): bool;
swaps the items with the given indices
UserEbsMatrixTypes Class | EbsOpen Namespace