NumericalFunctionDelegate2 Delegate

Numerical function delegate

Definition

Namespace: Metas.UncLib.LinProp
Assembly: Metas.UncLib.LinProp (in Metas.UncLib.LinProp.dll) Version: 2.8.9053.20196
C#
public delegate double[] NumericalFunctionDelegate2(
	double[] x,
	BackgroundWorker worker,
	DoWorkEventArgs e
)

Parameters

x  Double
Array of input values
worker  BackgroundWorker
Background Worker
e  DoWorkEventArgs
Do Work Event Arguments

Return Value

Double
Array of output values

See Also