Returns the area of the peak.


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

Syntax

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

Property Value

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

See Also