Returns the width of the peak.


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

Syntax

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

Property Value

Missing <value> tag for "P:PalmSens.AutoPeak.Width"

Implements

Peak.Width

See Also