Minimum Y value found in this Curve.


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

Syntax

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

Property Value

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

See Also