Click or drag to resize

PeakSearchingAndFittingOutputOptionsOutputFitCurveAsSeparatePeaksSamplingFactor Property

Gets/sets the sampling factor of the separate peak curves. A sampling factor of 1 samples the fit curve at the same positions as the fitted curve; a factor of 2 inserts one additional point between the original points, etc.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public int OutputFitCurveAsSeparatePeaksSamplingFactor { get; init; }

Property Value

Int32
The output separate peaks fit curves sampling factor.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue must be >= 1.
See Also