Click or drag to resize

QuadraticRealPolynomial Constructor

Constructs a quadratic polynomial with the provided real coefficients.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public QuadraticRealPolynomial(
	double a,
	double b,
	double c
)

Parameters

a
Type: SystemDouble
The coefficient of the 2nd order monomial.
b
Type: SystemDouble
The coefficient of the 1st order monomial.
c
Type: SystemDouble
The coefficient of the 0th order monomial.
See Also