Click or drag to resize

Polynomial Properties

The Polynomial type exposes the following members.

Properties
 NameDescription
Public propertyCoeff Gets and sets the cofficients of this polynomial.
Public propertyDegree Gets the degree of the polynomial encapsulated by this object.
Public propertyDifferentiator Gets and sets the differentiation method object associated with this function.
(Inherited from OneVariableFunction)
Public propertyFunc Gets the function encapsulated by this object.
(Inherited from OneVariableFunction)
Public propertyIntegrator Gets and sets the integration method object associated with this function.
(Inherited from OneVariableFunction)
Top
See Also