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