Gets the element at the specified position in the index.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public T this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As T
Get
public:
property T default[int index] {
T get (int index);
}
member Item : 'T with get
Parameters
- index
- Type: SystemInt32
The zero-based index of the element.
Return Value
Type:
TThe element at position
index in the index.
Numerical Libraries
Supported in: 6.0
Reference