Returns the Y of the Rightside of the peak as indexnumber.

Namespace:  PalmSens
Assembly:  PalmSens (in PalmSens.dll) Version: 2.3.0.0

Syntax

C#
public float RightY { get; }
Visual Basic (Declaration)
Public ReadOnly Property RightY As Single
Visual C++
public:
virtual property float RightY {
	float get () sealed;
}

Implements

Peak..::.RightY

See Also