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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public enum Direction
Members
Forward | 0 | The operation should be performed moving from the first element of the collection to the last. |
Backward | 1 | The operation should be performed moving from the last element of the collection to the first. |