Returns the number of peaks found in this curve.

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

Syntax

C#
public int nLevels { get; }
Visual Basic (Declaration)
Public ReadOnly Property nLevels As Integer
Visual C++
public:
property int nLevels {
	int get ();
}

See Also