__declspec(property(get = GetFrequencyFormat, put = SetFrequencyFormat)) DewString FrequencyFormat;
Defines the floating point number formating applied to frequency values in the frequency analysis report.
Read:
DewString GetFrequencyFormat();Write:
void SetFrequencyFormat(const DewString &Value);Declared in Dew::Signal::TSpectrumReport · Dew.Signal/SignalAnalysis.h · Cross-compiler