Returns the Y of the peak.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property PeakY As Single
C#
float PeakY { get; }
C++
property float PeakY abstract  {
    float get();
}
J#
/** property */
public float get_PeakY();
JScript
public function get PeakY() : float

Property Value

Missing <value> tag for "P:PalmSens.Peak.PeakY"

See Also