MatrixTSet |
public void SetRow( int rowIndex, T[] row )
Exception | Condition |
---|---|
ArgumentNullException | If row is . |
ArgumentOutOfRangeException | If rowIndex is less than zero, or greater than or equal to the number of rows. |
ArgumentException | If the size of row does not equal the number of columns of this Matrix. |