ArraySlice<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#
public ArraySlice<T> Decrement()

Return Value

ArraySlice<T>
An array slice that starts at the element before the first element of the array slice.

See Also