Returns a slice of the current index.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual Index<T> GetSlice(
Slice slice
)
Public Overridable Function GetSlice (
slice As Slice
) As Index(Of T)
public:
virtual Index<T>^ GetSlice(
Slice slice
)
abstract GetSlice :
slice : Slice -> Index<'T>
override GetSlice :
slice : Slice -> Index<'T>
Parameters
- slice
- Type: Extreme.MathematicsSlice
A Slice structure that specifies
the elements to return.
Return Value
Type:
IndexTA new index of the same type.
Exception | Condition |
---|
ArgumentOutOfRangeException | One or more of the indexes in slice
is less than zero or greater than or equal to the length of the index. |
Reference