NumericalFunctionDelegate2 Delegate
Numerical function delegate
Namespace: Metas.UncLib.LinPropAssembly: Metas.UncLib.LinProp (in Metas.UncLib.LinProp.dll) Version: 2.8.9053.20196
public delegate double[] NumericalFunctionDelegate2(
double[] x,
BackgroundWorker worker,
DoWorkEventArgs e
)
Public Delegate Function NumericalFunctionDelegate2 (
x As Double(),
worker As BackgroundWorker,
e As DoWorkEventArgs
) As Double()
public delegate array<double>^ NumericalFunctionDelegate2(
array<double>^ x,
BackgroundWorker^ worker,
DoWorkEventArgs^ e
)
type NumericalFunctionDelegate2 =
delegate of
x : float[] *
worker : BackgroundWorker *
e : DoWorkEventArgs -> float[]
- x Double
- Array of input values
- worker BackgroundWorker
- Background Worker
- e DoWorkEventArgs
- Do Work Event Arguments
DoubleArray of output values