[]
Exchanges two rows in the matrix.
public void ExchangeRows(int firstRow, int secondRow)
| Type | Name | Description |
|---|---|---|
| int | firstRow | The first row to exchange. This is an index of the row starting at zero. |
| int | secondRow | The second row to exchange. This is an index of the row starting at zero. |