You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TSignal Class > TSignal Properties > TSignal.MaxX Property
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TSignal.MaxX Property

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

Syntax
C#
Visual Basic
public double MaxX;

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

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