Click or drag to resize

QuadraticRealPolynomial Properties

The QuadraticRealPolynomial type exposes the following members.

Properties
  NameDescription
Public propertyA
Gets the coefficient of the 2nd order monomial.
Public propertyB
Gets the coefficient of the 1st order monomial.
Public propertyC
Gets the coefficient of the 0th order monomial.
Public propertyItem
Gets the coefficient of the monomial of the specified order.
(Inherited from RealPolynomial.)
Public propertyOrder
Gets the order of the polynomial.
(Inherited from RealPolynomial.)
Top
See Also