Click or drag to resize

MasterCurveCreationInterpolationInformationInitialize(FuncIInterpolationFunction) Method

Initialized the instance.

Namespace: Altaxo.Data.Obsolete
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Initialize(
	Func<IInterpolationFunction> interpolationFunctionCreation
)

Parameters

interpolationFunctionCreation  FuncIInterpolationFunction
The factory used to create the interpolation function.
See Also