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