Enum VectorSortType
Input to Vec.Sort
that specifies how values are to be sorted
Namespace: TimeSeriesAnalysis
Assembly: TimeSeriesAnalysis.dll
Syntax
public enum VectorSortType
Fields
Name | Description |
---|---|
Ascending | Sort in ascending order (smallest first) |
Descending | Sort in descending order (biggest first) |