Click or drag to resize

YCalibrationOptionsInterpolationMethod Property

Gets or sets the smoothing interpolation that is used to smooth the resulting curve. The value can be null: in this case, no smoothing is performed.

Namespace: Altaxo.Science.Spectroscopy.Calibration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IInterpolationFunctionOptions? InterpolationMethod { get; init; }

Property Value

IInterpolationFunctionOptions
See Also