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