Gets the position of the observation at the specified index.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
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.
Numerical Libraries
Supported in: 6.0
Reference