Gets the row with the specified row key.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<T> GetRow<R>(
R key
)
Public Function GetRow(Of R) (
key As R
) As Vector(Of T)
public:
generic<typename R>
Vector<T>^ GetRow(
R key
)
member GetRow :
key : 'R -> Vector<'T>
Parameters
- key
- Type: R
The key of the row to be returned.
Type Parameters
- R
Return Value
Type:
VectorTThe row with key
key.
Reference