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


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property LeftY As Single _
    Implements Peak.LeftY
C#
public float LeftY { get; }
C++
public property float LeftY sealed  {
    float get();
}
J#
/** property */
public float get_LeftY();
JScript
public function get LeftY() : float

Property Value

Missing <value> tag for "P:PalmSens.ManualPeak.LeftY"

Implements

Peak.LeftY

See Also