Click or drag to resize

MultiVariableFunctionEvaluate Method

Evaluates the current function at the given position.

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

Parameters

v  DoubleVector
The position at which to evaluate f(v).

Return Value

Double
The value of the current function at v.
See Also