Click or drag to resize

PolynomialDegree Property

Gets the degree of the polynomial.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public virtual int Degree { get; }

Property Value

Type: Int32
Remarks

The degree of a polynomial is the highest power of the variable that appears. For example, the degree of 5 + 6 x + 7 x2 is 2.

See Also