Click or drag to resize

Rational(Int32, Int32) Constructor

Creates a new instance specifying the orders of the nominator and denominator polynomials.

Namespace: Altaxo.Calc.FitFunctions.General
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public Rational(
	int polynomialOrder_Nominator,
	int polynomialOrder_Denominator
)

Parameters

polynomialOrder_Nominator  Int32
Order of the nominator polynomial (>= 0).
polynomialOrder_Denominator  Int32
Order of the denominator polynomial (>= 0).
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown when either order is negative.
See Also