MasterCurveCreationOptionsInterpolationFunctionCreation Property |
Gets or sets a function that creates the interpolation function.
Namespace: Altaxo.Data.ObsoleteAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Func<IInterpolationFunction> InterpolationFunctionCreation { get; set; }
Property Value
FuncIInterpolationFunction
The creation function for the interpolation function. Per default this is set to a function that creates a
LinearInterpolationSee Also