RationalWithPolynomialOrder_Denominator Method |
Creates a new instance with the provided order for the positive exponents.
Namespace: Altaxo.Calc.FitFunctions.GeneralAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Rational WithPolynomialOrder_Denominator(
int polynomialOrder_Denominator
)
Parameters
- polynomialOrder_Denominator Int32
- The order for the positive exponents (e.g. 2 will create a quadratic polynom).
Return Value
RationalNew instance with the provided order.
See Also