Returns the number of peaks found in this curve.


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property nLevels As Integer
C#
public int nLevels { get; }
C++
public property int nLevels sealed  {
    int get();
}
J#
/** property */
public int get_nLevels();
JScript
public function get nLevels() : int

Property Value

Missing <value> tag for "P:PalmSens.CFALevelList.nLevels"

See Also