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