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


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

Syntax

Visual Basic (Declaration)
ReadOnly Property LeftY As Single
C#
float LeftY { get; }
C++
property float LeftY abstract  {
    float get();
}
J#
/** property */
public float get_LeftY();
JScript
public function get LeftY() : float

Property Value

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

See Also