 | OneVariableFunctionEvaluate(Double) Method |
Evaluates the current function at the given x-value.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double Evaluate(
double x
)
Public Function Evaluate (
x As Double
) As Double
public:
double Evaluate(
double x
)
member Evaluate :
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