Gets the element at the specified position.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Object this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As Object
Get
property Object^ default[int index] {
Object^ get (int index);
}
abstract Item : Object with get
Parameters
- index
- Type: SystemInt32
The zero-based index of the element.
Property Value
Type:
Object
Reference