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

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

Syntax

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

Implements

Peak..::.LeftY

See Also