| Coefficient | Gets the specified coefficient. |
| Differentiate | Differentiates the polynomial. |
| Divide | Computes the quotient of two polynomials. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Evaluate | Evaluates the polynomial for the given input value. |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| FromCoefficients | Initializes a new polynomial with the given coefficients. |
| FromPoints(Double) | Initializes a new polynomial that passes through the given points. |
| FromPoints(ICollectionXY) | Initializes a new polynomial that passes through the given points. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Integrate | Integrates the polynomial. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString |
Generates a string representation of the polynomial.
(Overrides ObjectToString) |