Returns the X of the peak.


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

Syntax

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

Property Value

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

See Also