Rational Curve Constructor
Constructs a new RationalCurve with the specified degrees in the numerator and the denominator.
Definition
Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public RationalCurve(
int degreeOfNumerator,
int degreeOfDenominator
)
Parameters
Exceptions
Argument | degreeOfNumerator is less than zero. -or- degreeOfDenominator is less than zero. |