Click or drag to resize

OneVariableFunctionEvaluate(Double) Method

Evaluates the current function at the given x-value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double Evaluate(
	double x
)

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