GenericUncT1, T2ComplexUncNArray(ComplexNArrayNumber) 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
)
Public Shared Function ComplexUncNArray (
values As ComplexNArray(Of Number)
) As ComplexNArray(Of T2)
public:
static ComplexNArray<T2>^ ComplexUncNArray(
ComplexNArray<Number>^ values
)
static member ComplexUncNArray :
values : ComplexNArray<Number> -> ComplexNArray<'T2>
- values ComplexNArrayNumber
- Values
ComplexNArrayT2