Click or drag to resize

RationalWithPolynomialOrder_Nominator Method

Creates a new instance with the provided order for the nominator polynom.

Namespace: Altaxo.Calc.FitFunctions.General
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Rational WithPolynomialOrder_Nominator(
	int polynomialOrder_Nominator
)

Parameters

polynomialOrder_Nominator  Int32
The order for the positive exponents (e.g. 2 will create a quadratic polynom).

Return Value

Rational
New instance with the provided order.
See Also