Table of Contents

Enum VectorSortType

Namespace
TimeSeriesAnalysis
Assembly
TimeSeriesAnalysis.dll

Input to Vec.Sort that specifies how values are to be sorted

public enum VectorSortType

Fields

Ascending = 1

Sort in ascending order (smallest first)

Descending = 2

Sort in descending order (biggest first)