Click or drag to resize

MasterCurveCreationOptionsInterpolationFunctionCreation Property

Gets or sets a function that creates the interpolation function.

Namespace: Altaxo.Data.Obsolete
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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 LinearInterpolation
See Also