Click or drag to resize

InterpolationInformationComplexCommonXInterpolationFunction Property

Gets the current interpolation function. The argument of the function is the x-value. The result is the interpolated y-value.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Func<double, Complex> InterpolationFunction { get; set; }

Property Value

FuncDouble, Complex
See Also