[]
Exchanges two columns in the matrix.
public void ExchangeColumns(int firstColumn, int secondColumn)
Type | Name | Description |
---|---|---|
int | firstColumn | The first column to exchange. This is an index of the column starting at zero. |
int | secondColumn | The second column to exchange. This is an index of the column starting at zero. |