Creates a new Peak class with automatically detected peaks.

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

Syntax

C#
public AutoPeak(
	Curve Curve,
	int left,
	int peak,
	int right,
	CurveDirection isign
)
Visual Basic (Declaration)
Public Sub New ( _
	Curve As Curve, _
	left As Integer, _
	peak As Integer, _
	right As Integer, _
	isign As CurveDirection _
)
Visual C++
public:
AutoPeak(
	Curve^ Curve, 
	int left, 
	int peak, 
	int right, 
	CurveDirection isign
)

Parameters

Curve
Type: PalmSens..::.Curve

[Missing <param name="Curve"/> documentation for "M:PalmSens.AutoPeak.#ctor(PalmSens.Curve,System.Int32,System.Int32,System.Int32,PalmSens.CurveDirection)"]

left
Type: System..::.Int32

[Missing <param name="left"/> documentation for "M:PalmSens.AutoPeak.#ctor(PalmSens.Curve,System.Int32,System.Int32,System.Int32,PalmSens.CurveDirection)"]

peak
Type: System..::.Int32

[Missing <param name="peak"/> documentation for "M:PalmSens.AutoPeak.#ctor(PalmSens.Curve,System.Int32,System.Int32,System.Int32,PalmSens.CurveDirection)"]

right
Type: System..::.Int32

[Missing <param name="right"/> documentation for "M:PalmSens.AutoPeak.#ctor(PalmSens.Curve,System.Int32,System.Int32,System.Int32,PalmSens.CurveDirection)"]

isign
Type: PalmSens..::.CurveDirection

[Missing <param name="isign"/> documentation for "M:PalmSens.AutoPeak.#ctor(PalmSens.Curve,System.Int32,System.Int32,System.Int32,PalmSens.CurveDirection)"]

See Also