GenericUncT1, T2GetUncComponent Method
Computes the Uncertainty Components.
Namespace: Metas.UncLib.Core.UncAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static Number[][] GetUncComponent(
T1 z,
T1 y
)
Public Shared Function GetUncComponent (
z As T1,
y As T1
) As Number()()
public:
static array<array<Number>^>^ GetUncComponent(
T1 z,
T1 y
)
static member GetUncComponent :
z : 'T1 *
y : 'T1 -> Number[][]
- z T1
- Uncertainty List
- y T1
- Intermediate Result Uncertainty List
Number