Click or drag to resize

PolynomialEvaluate Method

Evaluates the polynomial for the given input value.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public virtual double Evaluate(
	double x
)

Parameters

x
Type: SystemDouble
The value of the variable.

Return Value

Type: Double
The value of the polynomial.
See Also