Click or drag to resize

PeakSearchingAndFittingOutputOptionsOutputFitCurveSamplingFactor Property

Gets/sets the sampling factor of the fit curve. A sampling factor of 1 samples the fit curve at the same positions at the fitted curve, a factor of 2 takes one additional point inbetween to original points, etc.

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

Property Value

Int32
The output fit curve sampling factor.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue must be >=1, nameof(OutputFitCurveScalingFactor)
See Also