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