You are here: Symbol Reference > SignalTools Namespace > Structs, Records, Enums > SignalTools.TSortType Enumeration
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalTools.TSortType Enumeration

Defines how the marks will be sorted.

Pascal
TSortType = (
  srtFreq,
  srtAmplt,
  srtPhase,
  srtTime,
  srtFreqDescending,
  srtAmpltDescending,
  srtPhaseDescending,
  srtTimeDescending
);
Members 
Description 
srtFreq 
Sort by frequency ascending. 
srtAmplt 
sort by amplitude ascending. 
srtPhase 
sort by phase ascending. 
srtTime 
sort by time ascending. 
srtFreqDescending 
sort by frequency descending. 
srtAmpltDescending 
sort by amplitude descending. 
srtPhaseDescending 
sort by phase descending. 
srtTimeDescending 
sort by time descending. 

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

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!