Click or drag to resize

TwoPolynomialSegments(Int32, Int32) Constructor

Initializes a new instance of the TwoPolynomialSegments class.

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

Parameters

polynomialOrderLeftSegment  Int32
The polynomial order of the left segment.
polynomialOrderRightSegment  Int32
The polynomial order of the right segment.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Order for left segment has to be greater than or equal to zero or Order for right segment has to be greater than or equal to zero or Order for either the left segment or the right segment has to be greater than zero.
See Also