ShiftGroupComplexSeparateXCreateInterpolationFunction Property |
Creates the fit function. Argument is the tuple consisting of X and Y for the real and imaginary parts. Return value is a function that calculates a complex value for a given x.
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic Func<(IReadOnlyList<double> XRe, IReadOnlyList<double> YRe, IReadOnlyList<double> XIm, IReadOnlyList<double> YIm), Func<double, Complex>> CreateInterpolationFunction { get; }Property Value
FuncValueTupleIReadOnlyListDouble,
IReadOnlyListDouble,
IReadOnlyListDouble,
IReadOnlyListDouble,
FuncDouble,
Complex
See Also