HighPerformanceCreateUncNumber(Double, Int32, Double) Method

Create Uncertainty Number

Definition

Namespace: Metas.UncLib.LinProp.Misc
Assembly: Metas.UncLib.LinProp (in Metas.UncLib.LinProp.dll) Version: 2.8.9053.20196
C#
public static UncNumber CreateUncNumber(
	double value,
	int[] internalId,
	double[] jacobi_stdunc
)

Parameters

value  Double
Value
internalId  Int32
Internal Id
jacobi_stdunc  Double
Jacobi times Input Standard Uncertainty

Return Value

UncNumber

See Also