Returns the number of peaks found in this curve.


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

Syntax

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

Property Value

Missing <value> tag for "P:PalmSens.PeakList.nPeaks"

See Also