Exchanges two rows in the matrix.
シンタックス
'宣言
Public Sub ExchangeRows( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void ExchangeRows(
System.int ,
System.int
)
パラメータ
- 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.
参照