UncListGetUncComponent Method
Computes the Uncertainty Components.
Namespace: Metas.UncLib.LinPropAssembly: Metas.UncLib.LinProp (in Metas.UncLib.LinProp.dll) Version: 2.8.9053.20196
public override Number[][] GetUncComponent(
IUncList<UncNumber> other
)
Public Overrides Function GetUncComponent (
other As IUncList(Of UncNumber)
) As Number()()
public:
virtual array<array<Number>^>^ GetUncComponent(
IUncList<UncNumber>^ other
) override
abstract GetUncComponent :
other : IUncList<UncNumber> -> Number[][]
override GetUncComponent :
other : IUncList<UncNumber> -> Number[][]
- other IUncListUncNumber
- Intermediate Result Uncertainty Object
NumberIUncListTGetUncComponent(IUncListT)IUncListTGetUncComponent(IUncListT)