UncNumericalNumericalStep(NumericalFunctionDelegate, UncNumber, Double, Boolean) Method
Numerical computation step with linear uncertainty propagation
Namespace: Metas.UncLib.LinPropAssembly: Metas.UncLib.LinProp (in Metas.UncLib.LinProp.dll) Version: 2.8.9053.20196
public static UncNumber[] NumericalStep(
NumericalFunctionDelegate f,
UncNumber[] x,
double[] dx,
bool forceNonParallel = false
)
Public Shared Function NumericalStep (
f As NumericalFunctionDelegate,
x As UncNumber(),
dx As Double(),
Optional forceNonParallel As Boolean = false
) As UncNumber()
public:
static array<UncNumber>^ NumericalStep(
NumericalFunctionDelegate^ f,
array<UncNumber>^ x,
array<double>^ dx,
bool forceNonParallel = false
)
static member NumericalStep :
f : NumericalFunctionDelegate *
x : UncNumber[] *
dx : float[] *
?forceNonParallel : bool
(* Defaults:
let _forceNonParallel = defaultArg forceNonParallel false
*)
-> UncNumber[]
- f NumericalFunctionDelegate
- Numerical function F
- x UncNumber
- Array of Uncertainty Number X
- dx Double
- Delta X
- forceNonParallel Boolean (Optional)
- Force Non Parallel
UncNumberArray of Uncertainty Number Y