Click or drag to resize

InterpolationInformationDoubleInterpolationFunction Property

Gets or sets the current interpolation function. The argument of the function is the x-value. The result is the interpolated y-value. The function throws an InvalidOperationException if interpolation has not yet been performed.

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

Property Value

FuncDouble, Double
See Also