UncListGetJacobi2 Method
            Computes the Sensitivities to intermediate steps.
            
Namespace: Metas.UncLib.DistPropAssembly: Metas.UncLib.DistProp (in Metas.UncLib.DistProp.dll) Version: 2.9.9393.15164
public override Number[][] GetJacobi2(
	IUncList<UncNumber> other
)
Public Overrides Function GetJacobi2 ( 
	other As IUncList(Of UncNumber)
) As Number()()
public:
virtual array<array<Number>^>^ GetJacobi2(
	IUncList<UncNumber>^ other
) override
abstract GetJacobi2 : 
        other : IUncList<UncNumber> -> Number[][] 
override GetJacobi2 : 
        other : IUncList<UncNumber> -> Number[][] 
- other  IUncListUncNumber
- Intermediate Result Uncertainty Object
NumberIUncListTGetJacobi2(IUncListT)IUncListTGetJacobi2(IUncListT)