Click or drag to resize

IParametrizedFunctionDDDEvaluate Method

The function evaluation.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void Evaluate(
	double[] independent,
	double[] parameters,
	double[] result
)

Parameters

independent  Double
The argument of the function.
parameters  Double
The parameters of this function
result  Double
On output, this is the function result.

Return Value

The resulting value that the function evaluates.
See Also