Direction Enumeration

Enumerates the possible direction in operations that operate on collections.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public enum Direction

Members

Forward0 The operation should be performed moving from the first element of the collection to the last.
Backward1 The operation should be performed moving from the last element of the collection to the first.

See Also