Click or drag to resize

ErrorFunctionFromTo(Int32, Int32) Constructor

Initializes a new instance of the ErrorFunctionFromTo class.

Namespace: Altaxo.Calc.FitFunctions.Transitions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public ErrorFunctionFromTo(
	int polynomialOrderLeft,
	int polynomialOrderRight
)

Parameters

polynomialOrderLeft  Int32
The polynomial order of the left polynomial.
polynomialOrderRight  Int32
The polynomial order of the right polynomial.
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
See Also