TSortType Enumeration

Source: SignalTools.cs · Assembly: Dew.Signal

public enum TSortType

Defines how the marks will be sorted.

The type is used to indicate by which parameter to sort the marks.

Values

NameDescription
srtAmpltsort by amplitude ascending.
srtAmpltDescendingsort by amplitude descending.
srtFreqSort by frequency ascending.
srtFreqDescendingsort by frequency descending.
srtPhasesort by phase ascending.
srtPhaseDescendingsort by phase descending.
srtTimesort by time ascending.
srtTimeDescendingsort by time descending.