Click or drag to resize

PeakSearchingByTopologyMinimalProminence Property

Gets/sets the minimal required peak prominence. The value is interpreted relative to the y-span of the region (see implementation).

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double? MinimalProminence { get; init; }

Property Value

NullableDouble
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue must be >= 0.
See Also