TSignalInterpolator::MaxX Property

__declspec(property(get = GetMaxX, put = SetMaxX)) double MaxX;

Use the MaxX property to store the time stamp (in seconds) of the right most sample.

Read: double GetMaxX();
Write: void SetMaxX(const double value);
Remarks:

Each time the SamplingTime property changes (the length of the signal in seconds), MaxX is recalculated as: MaxX := MinX + SamplingTime.

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