|  | Polynomial Properties | 
The Polynomial type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Coeff | Gets and sets the cofficients of this polynomial. | 
|  | Degree | Gets the degree of the polynomial encapsulated by this object. | 
|  | Differentiator | Gets and sets the differentiation method object associated with this function. (Inherited from OneVariableFunction) | 
|  | Func | Gets the function encapsulated by this object. (Inherited from OneVariableFunction) | 
|  | Integrator | Gets and sets the integration method object associated with this function. (Inherited from OneVariableFunction) | 
 See Also
See Also