Returns an array slice starting at the specified index.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public NativeArraySlice<T> From(
int index
)
Public Function From (
index As Integer
) As NativeArraySlice(Of T)
public:
NativeArraySlice<T> From(
int index
)
member From :
index : int -> NativeArraySlice<'T>
Parameters
- index
- Type: SystemInt32
The zero-based index of the first element in the new array slice.
Return Value
Type:
NativeArraySliceTAn array slice whose first element is at position
index.
Numerical Libraries
Supported in: 6.0, 5.x
Reference