Polynomial Methods

Methods

Coefficient Gets the specified coefficient.
Differentiate Differentiates the polynomial.
Divide Computes the quotient of two polynomials.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Evaluate Evaluates the polynomial for the given input value.
FinalizeAllows 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.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Integrate Integrates the polynomial.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString Generates a string representation of the polynomial.
(Overrides ObjectToString)

See Also