Gets the position of the observation at the specified index.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Integer
Get
public:
property int default[int index] {
int get (int index);
}
member Item : int with get
Parameters
- index
- Type: SystemInt32
The zero-based index of the index to retrieve.
Return Value
Type:
Int32The zero-based index of the element
indexth element of the subseted collection
in the original collection.
Reference