Click or drag to resize

QuarticRealPolynomial Properties

The QuarticRealPolynomial type exposes the following members.

Properties
  NameDescription
Public propertyA
Gets the coefficient of the 4th order monomial.
Public propertyB
Gets the coefficient of the 3rd order monomial.
Public propertyC
Gets the coefficient of the 2nd order monomial.
Public propertyD
Gets the coefficient of the 1st order monomial.
Public propertyE
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