Click or drag to resize

Polynomial Properties

The Polynomial type exposes the following members.

Properties
 NameDescription
Public propertyCoefficients The coefficients of the polynomial in a
Public propertyDegree Degree of the polynomial, i.e. the largest monomial exponent. For example, the degree of y=x^2+x^5 is 5, for y=3 it is 0. The null-polynomial returns degree -1 because the correct degree, negative infinity, cannot be represented by integers.
Public propertyStatic memberZero 
Top
See Also