GenericUncT1, T2ComplexUncNArrayFromRandomChoices(ComplexNumber) Method
Creates a new Complex Uncertainty N-Dims Array from random choices
Namespace: Metas.UncLib.Core.UncAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static ComplexNArray<T2> ComplexUncNArrayFromRandomChoices(
Complex<Number>[][] samples
)
Public Shared Function ComplexUncNArrayFromRandomChoices (
samples As Complex(Of Number)()()
) As ComplexNArray(Of T2)
public:
static ComplexNArray<T2>^ ComplexUncNArrayFromRandomChoices(
array<array<Complex<Number>>^>^ samples
)
static member ComplexUncNArrayFromRandomChoices :
samples : Complex<Number>[][] -> ComplexNArray<'T2>
- samples ComplexNumber
- Samples
ComplexNArrayT2