PolynomialBase.Degree Property

Gets the degree of the polynomial.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public int Degree { get; }

Property Value

Int32
The degree of the polynomial.

Remarks

The degree of a polynomial is the order of the first non-zero term. It may be less than the number of parameters plus 1.

See Also