Click or drag to resize

InterpolationInformationComplexSeparateXInterpolationFunction Property

Gets or sets the current interpolation function. The argument of the function is the x-value. The result is the interpolated complex value. The function should be set after building the interpolation; before that it throws an InvalidOperationException.

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

Property Value

FuncDouble, Complex
See Also