MatrixTInsert |
public Matrix<T> InsertColumn( int columnIndex, Vector<T> column )
Exception | Condition |
---|---|
ArgumentNullException | If column is . |
ArgumentOutOfRangeException | If columnIndex is < zero or > the number of columns. |
ArgumentException | If the size of column != the number of rows. |