Click or drag to resize

ExponentialOfPolynomialCreatePolynomial_1_0 Method

Factory method used by fit function discovery to create a specific instance.

Namespace: Altaxo.Calc.FitFunctions.General
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IFitFunction CreatePolynomial_1_0()

Return Value

IFitFunction
A fit function instance with positive exponent order 1 and negative exponent order 0.
See Also