Click or drag to resize

IParametrizedFunctionDDDEvaluate Method

Evaluates the function.

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

Parameters

independent  Double
The independent variable values (function arguments).
parameters  Double
The parameters of this function.
result  Double
On output, contains the function result.
See Also