__declspec(property(get = GetSpectralSamplingTime, put = SetSpectralSamplingTime)) double SpectralSamplingTime;
Total length in seconds between the first and the last spectrum.
Read:
double GetSpectralSamplingTime();Write:
void SetSpectralSamplingTime(const double value);Remarks:
This value is equal to Count*Dt. This is a ready only property, but the contents of the object can be changed.
Declared in Dew::Signal::TTraceItem · Dew.Signal/SignalAnalysis.h · Cross-compiler