Gets or sets the components of the specified row in this
RowCollectionT.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public Vector<T> this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As Vector(Of T)
Get
Set
public:
property Vector<T>^ default[int index] {
Vector<T>^ get (int index);
void set (int index, Vector<T>^ value);
}
member Item : Vector<'T> with get, set
Parameters
- index
- Type: SystemInt32
The zero-based index of the column.
Property Value
Type:
VectorTA
VectorT.
The specific type of
VectorT 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: 6.0
Reference