Gets the specified subset of the index.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public abstract Index<T> this[
IList<int> indexes
] { get; }
Public MustOverride ReadOnly Default Property Item (
indexes As IList(Of Integer)
) As Index(Of T)
Get
public:
virtual property Index<T>^ default[IList<int>^ indexes] {
Index<T>^ get (IList<int>^ indexes) abstract;
}
abstract Item : Index<'T> with get
Parameters
- indexes
- Type: System.Collections.GenericIListInt32
A collection of integer indexes.
Return Value
Type:
IndexTA new index that contains the elements of this index
at the positions specified by
indexes.
Reference