You are here: Symbol Reference > SignalTools Namespace > Classes > TSignal Class > public > TSignal.MaxX Property
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignal.MaxX Property

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

Pascal
property MaxX: Double;

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

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!