Click or drag to resize

DoubleMultiVariableFunctionEvaluate(Double) Method

Evaluate the function at the point x.

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

Parameters

x  Double
The point at which to evaluate the function.

Return Value

Double
See Also