Click or drag to resize

TwoPolynomialSegmentsWithPolynomialOrder_RightSegment Method

Creates a new instance with the provided order for the right polynomial segment.

Namespace: Altaxo.Calc.FitFunctions.General
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public TwoPolynomialSegments WithPolynomialOrder_RightSegment(
	int polynomialOrder_RightSegment
)

Parameters

polynomialOrder_RightSegment  Int32
The order for the right polynomial segment (e.g. 2 will create a quadratic polynom).

Return Value

TwoPolynomialSegments
New instance with the provided order.
See Also