Click or drag to resize

RationalCreateRational_1_1 Method

Factory method used by the fit function discovery attributes to create a 1/1 rational function.

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

Return Value

IFitFunction
A new Rational instance of order 1/1.
See Also