Click or drag to resize

Quadratic Fields

The UtilQuadratic type exposes the following members.

Fields
  NameDescription
Public fielda
Coefficient of the x^2 component.
Public fieldb
Coefficient of the x component.
Public fieldc
Constant component.
Public fieldSolutionLower
The smaller of the two solutions once Solve has been called, and HasRealSolutions is true.
Public fieldSolutionUpper
The larger of the two solutions once Solve has been called, and HasRealSolutions is true.
Top
See Also