Returns the area of the peak.


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Area As Single _
    Implements Peak.Area
C#
public float Area { get; }
C++
public property float Area sealed  {
    float get();
}
J#
/** property */
public float get_Area();
JScript
public function get Area() : float

Property Value

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

Implements

Peak.Area

See Also