RationalInverseWithPolynomialOrder_Nominator Method |
Creates a new instance with the provided order for the nominator polynomial.
Namespace: Altaxo.Calc.FitFunctions.GeneralAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic RationalInverse WithPolynomialOrder_Nominator(
int polynomialOrder_Nominator
)
Parameters
- polynomialOrder_Nominator Int32
- The order for the positive exponents (e.g. 2 will create a quadratic polynomial).
Return Value
RationalInverseNew instance with the provided order.
See Also