Slope selectivity is between [0,Double.MaxValue] (default = 0.0). Peak finding selectivity increases with larger values. A value of 0 returns all peaks (all smoothed derivative zero crossings).

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public double SlopeSelectivity { get; set; }
Visual Basic (Declaration)
Public Property SlopeSelectivity As Double
Visual C++
public:
property double SlopeSelectivity {
	double get ();
	void set (double value);
}

See Also