__declspec(property(get = GetLargestCount, put = SetLargestCount)) int LargestCount;
Defines the number of largest peaks to mark, when TraceMethod = ptLargest.
Read:
int GetLargestCount();Write:
void SetLargestCount(const int Value);Declared in Dew::Signal::TSpectrumPeaksAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler