TwoPolynomialSegmentsWithPolynomialOrder_LeftSegment Method |
Creates a new instance with the provided order for the left polynomial segment.
Namespace: Altaxo.Calc.FitFunctions.GeneralAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic TwoPolynomialSegments WithPolynomialOrder_LeftSegment(
int polynomialOrder_LeftSegment
)
Parameters
- polynomialOrder_LeftSegment Int32
- The order for the left polynomial segment (e.g. 2 will create a quadratic polynom).
Return Value
TwoPolynomialSegmentsNew instance with the provided order.
See Also