GenericUncT1, T2ComplexUncNArray(ComplexNArrayNumber, Number, Double) Method
Creates a new Complex Uncertainty N-Dims Array
Namespace: Metas.UncLib.Core.UncAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static ComplexNArray<T2> ComplexUncNArray(
ComplexNArray<Number> values,
Number[][] covariance,
double idof
)
Public Shared Function ComplexUncNArray (
values As ComplexNArray(Of Number),
covariance As Number()(),
idof As Double
) As ComplexNArray(Of T2)
public:
static ComplexNArray<T2>^ ComplexUncNArray(
ComplexNArray<Number>^ values,
array<array<Number>^>^ covariance,
double idof
)
static member ComplexUncNArray :
values : ComplexNArray<Number> *
covariance : Number[][] *
idof : float -> ComplexNArray<'T2>
- values ComplexNArrayNumber
- Values
- covariance Number
- Covariance
- idof Double
- Inverse Degrees of Freedom (IDof)
ComplexNArrayT2