Returns a row Vector for this instance that points at the specified row.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function GetRow ( _
	row As Integer _
) As Vector
C#
public Vector GetRow (
	int row
)
C++
public:
Vector^ GetRow (
	int row
)

Parameters

row (System.Int32)
The zero-based index of the row.

Return Value

A row Vector.

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionrow is less than zero or greater than or equal to the number of rows.