GenericUncT1, T2ComplexUncArrayFromRandomChoices(ComplexNumber) Method

Creates a new Complex Uncertainty Array from random choices

Definition

Namespace: Metas.UncLib.Core.Unc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static Complex<T2>[] ComplexUncArrayFromRandomChoices(
	Complex<Number>[][] samples
)

Parameters

samples  ComplexNumber
Samples

Return Value

ComplexT2

See Also