Direction Enumeration
Enumerates the possible direction in operations
that operate on collections.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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. |