ErrorFunctionFromToWithPolynomialOrderRight Method |
Creates a new instance with the provided order for the right polynomial segment.
Namespace: Altaxo.Calc.FitFunctions.TransitionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic ErrorFunctionFromTo WithPolynomialOrderRight(
int polynomialOrderRight
)
Parameters
- polynomialOrderRight Int32
- The order for the right polynomial segment (e.g. 2 will create a quadratic polynomial).
Return Value
ErrorFunctionFromToNew instance with the provided order.
See Also