NumericalFunctionDelegate Delegate
Numerical function delegate
Namespace: Metas.UncLib.LinPropAssembly: Metas.UncLib.LinProp (in Metas.UncLib.LinProp.dll) Version: 2.8.9053.20196
public delegate double[] NumericalFunctionDelegate(
double[] x
)
Public Delegate Function NumericalFunctionDelegate (
x As Double()
) As Double()
public delegate array<double>^ NumericalFunctionDelegate(
array<double>^ x
)
type NumericalFunctionDelegate =
delegate of
x : float[] -> float[]
- x Double
- Array of input values
DoubleArray of output values