Enum INDEX
- Namespace
- TimeSeriesAnalysis.Dynamic
- Assembly
- TimeSeriesAnalysis.dll
Enum to provide more readable code, for the input instance (int)INDEX.FIRST may be more readable than "0"
public enum INDEX
Fields
FIFTH = 4Fifth index(4)
FIRST = 0First index(0)
FOURTH = 3Fourth index(3)
SECOND = 1Second index(1)
THIRD = 2Third index(2)