Returns a new index containing the specified slice of the current index.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
IIndex GetSlice(
Slice slice
)
Function GetSlice (
slice As Slice
) As IIndex
IIndex^ GetSlice(
Slice slice
)
abstract GetSlice :
slice : Slice -> IIndex
Parameters
- slice
- Type: Extreme.MathematicsSlice
A Slice structure that specifies
the elements to return.
Return Value
Type:
IIndexA new index.
Numerical Libraries
Supported in: 6.0
Reference