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
)
Public Overridable Function Evaluate (
x As Double
) As Double
public:
virtual double Evaluate(
double x
)
abstract Evaluate :
x : float -> float
override Evaluate :
x : float -> float
Parameters
- x
- Type: SystemDouble
The value of the variable.
Return Value
Type:
DoubleThe value of the polynomial.
See Also