Gets the row at the specified row index.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public virtual Vector<T> GetRowAs<T>(
int index
)
Public Overridable Function GetRowAs(Of T) (
index As Integer
) As Vector(Of T)
public:
generic<typename T>
virtual Vector<T>^ GetRowAs(
int index
)
abstract GetRowAs :
index : int -> Vector<'T>
override GetRowAs :
index : int -> Vector<'T>
Parameters
- index
- Type: SystemInt32
The zero-based index of the row.
Type Parameters
- T
- The desired element type of the returned row.
Return Value
Type:
VectorTA vector with element type
T
that contains the elements of the row at position
index.
Numerical Libraries
Supported in: 5.x
Reference