|  | PolynomialEvaluatePoly Method | 
            Evaluates the current function at the given x-value.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxprotected double EvaluatePoly(
	double x
)
Protected Function EvaluatePoly ( 
	x As Double
) As Double
protected:
double EvaluatePoly(
	double x
)
member EvaluatePoly : 
        x : float -> float Parameters
- x  Double
- 
            The position on the x-axis at which to evaluate f(x).
            
Return Value
Double
            The value of the current function at 
x.
            
 See Also
See Also