MatrixTColumn(Int |
public void Column( int index, Vector<T> result )
Exception | Condition |
---|---|
ArgumentNullException | If the result Vector is . |
ArgumentOutOfRangeException | If index is negative, or greater than or equal to the number of columns. |
ArgumentOutOfRangeException | If this.Rows != result.Count. |