Click or drag to resize

ExponentialOfPolynomialWithPolynomialOrder_PositiveExponents Method

Creates a new instance with the provided order for the positive exponents.

Namespace: Altaxo.Calc.FitFunctions.General
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public ExponentialOfPolynomial WithPolynomialOrder_PositiveExponents(
	int polynomialOrder_PositiveExponents
)

Parameters

polynomialOrder_PositiveExponents  Int32
The order for the positive exponents (e.g. 2 will create a quadratic polynom).

Return Value

ExponentialOfPolynomial
New instance with the provided order.
See Also