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


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

Syntax

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

Property Value

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

Implements

Peak.RightY

See Also