ShiftGroupComplexSeparateXCreateInterpolationFunction Property |
Creates the fit function. Argument is the tuple consisting of X, Y, and optional YErr. Return value is a function that calculates y for a given x.
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public 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,
ComplexSee Also