Gets or sets the components of the specified row in this
RowCollection.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public Vector this[
int index
] { get; set; }
|
| Visual Basic (Declaration) |
Public Default Property Item ( _
index As Integer _
) As Vector
Get
Set
|
| F# |
member Item : Vector with get, set
|
Field Value
A
Vector.
Remarks
Exceptions
See Also