Returns a row vector for this instance
that points at the specified row.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<T> GetRow(
int row,
Intent intent
)
Public Function GetRow (
row As Integer,
intent As Intent
) As Vector(Of T)
public:
Vector<T>^ GetRow(
int row,
Intent intent
)
member GetRow :
row : int *
intent : Intent -> Vector<'T>
Parameters
- row
- Type: SystemInt32
The zero-based index of the row. - intent
- Type: Extreme.MathematicsIntent
An Intent value that
specifies the intended use of the row vector.
Return Value
Type:
VectorTA row
VectorT.
Reference