Returns a row vector for this instance
that points at the specified row.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Vector GetRow(
int row
)
Public Function GetRow (
row As Integer
) As Vector
public:
Vector^ GetRow(
int row
)
member GetRow :
row : int -> Vector
Parameters
- row
- Type: SystemInt32
The zero-based index of the row.
Return Value
Type:
VectorA row
Vector.
Numerical Libraries
Supported in: 5.x, 4.x
Reference