Gets the degree of the polynomial encapsulated by this object.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
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.