Click or drag to resize

InterpolationFunctionOptionsController(IInterpolationFunctionOptions) Constructor

Initializes a new instance of the InterpolationFunctionOptionsController class.

Namespace: Altaxo.Gui.Calc.Interpolation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public InterpolationFunctionOptionsController(
	IInterpolationFunctionOptions doc
)

Parameters

doc  IInterpolationFunctionOptions
The interpolation options.
See Also