Evaluates the current function at the given x-value.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public double Evaluate(
	double x
)
Visual Basic (Declaration)
Public Function Evaluate ( _
	x As Double _
) As Double
Visual C++
public:
double Evaluate(
	double x
)

Parameters

x
Type: System..::.Double
The position on the x-axis at which to evaluate f(x).

Return Value

The value of the current function at x.

See Also