Maximum Y value found in this Curve.


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property MaxY As Single
C#
public float MaxY { get; }
C++
public property float MaxY sealed  {
    float get();
}
J#
/** property */
public float get_MaxY();
JScript
public function get MaxY() : float

Property Value

Missing <value> tag for "P:PalmSens.Curve.MaxY"

See Also