Y coordinate of the valley on the right side of the peak.


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property RightY As Single
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.CFALevelList.Level.RightY"

See Also