Index<T>.CheckOrder Method

Verifies whether the elements appear in increasing or decreasing order.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected virtual SortOrder CheckOrder()

Return Value

SortOrder
A SortOrder value that specifies how the values are sorted.

See Also