InterpolationInformationComplexCommonXInterpolationFunction Property |
Gets the current interpolation function. The argument of the function is the x-value. The result is the interpolated y-value.
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Func<double, Complex> InterpolationFunction { get; set; }
Property Value
FuncDouble,
ComplexSee Also