Returns the width of the peak.

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

Syntax

C#
public float Width { get; }
Visual Basic (Declaration)
Public ReadOnly Property Width As Single
Visual C++
public:
virtual property float Width {
	float get () sealed;
}

Implements

Peak..::.Width

See Also