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.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic Func<double, double> InterpolationFunction { get; set; }Property Value
FuncDouble,
Double
See Also