__declspec(property(get = GetMinPhase, put = SetMinPhase)) double MinPhase;
Stores the minimum value of the Phase spectrum found by the MinMaxPhase method.
Read:
double GetMinPhase();Write:
void SetMinPhase(const double Value);Declared in Dew::Signal::TSpectrum · Dew.Signal/SignalTools.h · Cross-compiler