Click or drag to resize

RealPolynomialEvaluate Method (Double)

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

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double[] Evaluate(
	params double[] x
)

Parameters

x
Type: SystemDouble
The independent variable values.

Return Value

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