Gets or sets the components of the specified row in this
RowCollection.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Vector this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As Vector
Get
Set
public:
property Vector^ default[int index] {
Vector^ get (int index);
void set (int index, Vector^ value);
}
member Item : Vector with get, set
Parameters
- index
- Type: SystemInt32
The zero-based index of the column.
Property Value
Type:
VectorA
Vector.
The specific type of Vector returned depends
on the matrix whose Rows collection this
instance represents.
Setting this value sets the components of the specified row
equal to the components of the value vector.
Numerical Libraries
Supported in: 5.x, 4.x
Reference