GenericUncT1, T2ComplexUncArrayFromRandomChoices(ComplexNumber, InputId, String) 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,
InputId id,
string desc
)
Public Shared Function ComplexUncArrayFromRandomChoices (
samples As Complex(Of Number)()(),
id As InputId,
desc As String
) As Complex(Of T2)()
public:
static array<Complex<T2>>^ ComplexUncArrayFromRandomChoices(
array<array<Complex<Number>>^>^ samples,
InputId id,
String^ desc
)
static member ComplexUncArrayFromRandomChoices :
samples : Complex<Number>[][] *
id : InputId *
desc : string -> Complex<'T2>[]
- samples ComplexNumber
- Samples
- id InputId
- Input Id
- desc String
- Description
ComplexT2