PolynomialBase<T>.Degree Property

Gets the degree of the polynomial.

Definition

Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.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