PolynomialBase.Degree Property

Gets the degree of the polynomial.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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