Creates a new Peak class with automatically detected peaks.
Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub New( _ ByVal Curve As Curve, _ ByVal left As Integer, _ ByVal peak As Integer, _ ByVal right As Integer, _ ByVal isign As CurveDirection _ ) |
| C# |
|---|
| public AutoPeak( Curve Curve, int left, int peak, int right, CurveDirection isign ) |
| C++ |
|---|
| public: AutoPeak( Curve Curve, int left, int peak, int right, CurveDirection isign ) sealed |
| J# |
|---|
| public AutoPeak( Curve Curve, int left, int peak, int right, CurveDirection isign ) |
| JScript |
|---|
| public function AutoPeak( Curve : Curve, left : int, peak : int, right : int, isign : CurveDirection ) |
Parameters
- Curve
Missing <param name="Curve"> tag for "M:PalmSens.AutoPeak.#ctor(PalmSens.Curve,System.Int32,System.Int32,System.Int32,PalmSens.CurveDirection)"
- left
Missing <param name="left"> tag for "M:PalmSens.AutoPeak.#ctor(PalmSens.Curve,System.Int32,System.Int32,System.Int32,PalmSens.CurveDirection)"
- peak
Missing <param name="peak"> tag for "M:PalmSens.AutoPeak.#ctor(PalmSens.Curve,System.Int32,System.Int32,System.Int32,PalmSens.CurveDirection)"
- right
Missing <param name="right"> tag for "M:PalmSens.AutoPeak.#ctor(PalmSens.Curve,System.Int32,System.Int32,System.Int32,PalmSens.CurveDirection)"
- isign
Missing <param name="isign"> tag for "M:PalmSens.AutoPeak.#ctor(PalmSens.Curve,System.Int32,System.Int32,System.Int32,PalmSens.CurveDirection)"