TMtxInt ColExchange(Int32 i, Int32 j)
Exchange matrix columns.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | i | Int32 | |
| 2 | j | Int32 |
Result: stored in self (calling object), returns self for chaining
Remarks:
Exchange the i-tj and j-th columns of the calling matrix in-place. An exception is raised if matrix bounds are overrun.