Returns an array slice that starts at the second element of the array slice.
Namespace:
Extreme.Collections
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public NativeArraySlice<T> Increment()
Public Function Increment As NativeArraySlice(Of T)
public:
NativeArraySlice<T> Increment()
member Increment : unit -> NativeArraySlice<'T>
Return Value
Type:
NativeArraySliceTAn array slice that starts at the second element of the array slice.
Reference