Returns a row vector for this instance
starting at the specified row and column and of the
specified length.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Vector<T> GetRow(
int row,
Range columnRange
)
Public Function GetRow (
row As Integer,
columnRange As Range
) As Vector(Of T)
public:
Vector<T>^ GetRow(
int row,
Range columnRange
)
member GetRow :
row : int *
columnRange : Range -> Vector<'T>
Parameters
- row
- Type: SystemInt32
The zero-based index of the row. - columnRange
- Type: Extreme.Mathematics.LinearAlgebraRange
The zero-based index of the
column containing the first element in the row vector.
Return Value
Type:
VectorTA row
VectorT.
Exception | Condition |
---|
ArgumentOutOfRangeException | row is less than zero or greater
than or equal to the number of rows
- or -
The Range specified by columnRange
is outside the bounds of the matrix.
|
Numerical Libraries
Supported in: 5.x, 4.x
Reference