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