Click or drag to resize

PolynomialDegree Property

Gets the degree of the polynomial encapsulated by this object.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int Degree { get; }

Property Value

Int32
Remarks
The degree is the order of the highest non-zero coefficient. Thus, the degree may be less than the length of the underlying coefficient vector, as returned by Coeff.Length. Use Reduce() to remove trailing zeros from the coefficient vector.
See Also