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
)
Public Function GetRow (
row As Integer
) As Vector(Of T)
public:
Vector<T>^ GetRow(
int row
)
member GetRow :
row : int -> Vector<'T>
Parameters
- row
- Type: SystemInt32
The zero-based index of the row.
Return Value
Type:
VectorTA row
VectorT.
Reference