Click or drag to resize

RidgeLinePointAtLowestWidth Property

Gets the point at the lowest stage, i.e. at the lowest width. This is not neccessarily the stage 0, since the ridge line can end before reaching stage 0.

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public (int Row, int Column, double CwtCoefficient) PointAtLowestWidth { get; }

Property Value

ValueTupleInt32, Int32, Double
The point at the lowest stage.
See Also