Click or drag to resize

QuarticRealPolynomial Methods

The QuarticRealPolynomial type exposes the following members.

Methods
  NameDescription
Public methodDiscriminant
Provides the discriminant of the quartic equation from the supplied coefficients.
Public methodStatic memberDiscriminant(Double, Double, Double, Double, Double)
Provides the discriminant of the quartic equation from the supplied coefficients.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvaluate(Double)
Evaluates the polynomial at the specified value of the independent variable.
(Inherited from RealPolynomial.)
Public methodEvaluate(Double)
Evaluates the polynomial at the specified values of the independent variable.
(Inherited from RealPolynomial.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRealRoots
Provides the real valued roots of the real polynomial.
Public methodStatic memberRealRoots(Double, Double, Double, Double, Double)
Compute real roots.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also