QuadraticRealPolynomial Class | 
Namespace: AGI.Foundation.NumericalMethods
The QuadraticRealPolynomial type exposes the following members.
| Name | Description | |
|---|---|---|
| QuadraticRealPolynomial | 
            Constructs a quadratic polynomial with the provided real coefficients.
              | 
| Name | Description | |
|---|---|---|
| A | 
            Gets the coefficient of the 2nd order monomial.
              | |
| B | 
            Gets the coefficient of the 1st order monomial.
              | |
| C | 
            Gets the coefficient of the 0th order monomial.
              | |
| Item | 
            Gets the coefficient of the monomial of the specified order.
              (Inherited from RealPolynomial.) | |
| Order | 
            Gets the order of the polynomial.
              (Inherited from RealPolynomial.) | 
| Name | Description | |
|---|---|---|
| Discriminant | 
            Provides the discriminant of the quadratic equation from the supplied coefficients.
              | |
| Discriminant(Double, Double, Double) | 
            Provides the discriminant of the quadratic equation from the supplied coefficients.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Evaluate(Double) | 
            Evaluates the polynomial at the specified value of the independent variable.
              (Inherited from RealPolynomial.) | |
| Evaluate(Double) | 
            Evaluates the polynomial at the specified values of the independent variable.
              (Inherited from RealPolynomial.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| RealRoots | 
            Provides the real valued roots of the real polynomial.
              | |
| RealRoots(Double, Double, Double) | 
            Provides the real valued roots of the real polynomial with the provided coefficients.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |