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