TSignalEnvelopeDetector::MinX Property

__declspec(property(get = GetMinX, put = SetMinX)) double MinX;

Use the MinX property to store the time stamp of the left-most sample.

Read: double GetMinX();
Write: void SetMinX(const double value);
Remarks:

MaxX value depends on the value of MinX.

Declared in Dew::Signal::TSignal · Dew.Signal/SignalTools.h · Cross-compiler