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