__declspec(property(get = GetStartRadius, put = SetStartRadius)) double StartRadius;
Defines the starting radius in the Z-plane.
Read:
double GetStartRadius();Write:
void SetStartRadius(const double Value);Declared in Dew::Signal::TSpectrumCZT · Dew.Signal/SignalAnalysis.h · Cross-compiler