Gets or sets a specific element of this vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public T this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As T
Get
Set
public:
virtual property T default[int index] {
T get (int index) sealed;
void set (int index, T value) sealed;
}
abstract Item : 'T with get, set
override Item : 'T with get, set
Parameters
- index
- Type: SystemInt32
The zero-based index of the element.
Property Value
Type:
TImplements
IListTItemInt32
Reference