Swaps the specified columns within the current matrix.
| iColumn1 | is an index of the first column to swap. |
| iColumn2 | is an index of the second column to swap. |
| Chusov::Exceptions::OutOfRangeException | Any of the specified indices are out of the valid range of dereferenceable indices of columns. |