MatrixTRow(Int |
public void Row( 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 rows. |
ArgumentOutOfRangeException | If this.Columns != result.Count. |