TSortType Enumeration

Header: Dew.Signal/SignalTools.h · Cross-compiler

enum class TSortType : unsigned int;

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.