Table of Contents

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 = 4

Fifth index(4)

FIRST = 0

First index(0)

FOURTH = 3

Fourth index(3)

SECOND = 1

Second index(1)

THIRD = 2

Third index(2)