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


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

Syntax

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

Property Value

Missing <value> tag for "P:PalmSens.AutoPeak.LeftX"

Implements

Peak.LeftX

See Also