Click or drag to resize

RealPolynomial.Evaluate Method (Double)

Evaluates the polynomial at the specified value of the independent variable.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public double Evaluate(
	double x
)

Parameters

x
Type: System.Double
The independent variable value.

Return Value

Type: Double
The evaluated value of the polynomial.
See Also