Enumerates the possible direction in operations
that operate on collections.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Public Enumeration Direction
public enum class Direction
| Member name | Value | Description |
---|
| 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.
|
Reference