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[
Index index
] { get; set; }
Public Default Property Item (
index As Index
) As T
Get
Set
public:
property T default[Index index] {
T get (Index index);
void set (Index index, T value);
}
member Item : 'T with get, set
Parameters
- index
- Type: SystemIndex
The index of the element.
Property Value
Type:
T
Reference