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