In This Topic
Exchanges two rows in the matrix.
Syntax
'Declaration
Public Sub ExchangeRows( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void ExchangeRows(
System.int ,
System.int
)
Parameters
- firstRow
- The first row to exchange. This is an index of the row starting at zero.
- secondRow
- The second row to exchange. This is an index of the row starting at zero.
See Also