Array Slice<T>.Decrement Method
Returns an array slice that starts at the element before the first element
of the array slice.
Definition
Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
An array slice that starts at the element before the first element of the array slice.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public ArraySlice<T> Decrement()
Return Value
ArraySlice<T>An array slice that starts at the element before the first element of the array slice.