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 ArraySlice<T> Decrement()
Public Function Decrement As ArraySlice(Of T)
public:
ArraySlice<T> Decrement()
member Decrement : unit -> ArraySlice<'T>
Return Value
Type:
ArraySliceTAn array slice that starts at the element before the first element
of the array slice.
Reference