GenericUncT1, T2RealUncNArrayFromRandomChoices(Number, InputId, String) Method
Creates a new Real 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 RealNArray<T2> RealUncNArrayFromRandomChoices(
Number[][] samples,
InputId id,
string desc
)
Public Shared Function RealUncNArrayFromRandomChoices (
samples As Number()(),
id As InputId,
desc As String
) As RealNArray(Of T2)
public:
static RealNArray<T2>^ RealUncNArrayFromRandomChoices(
array<array<Number>^>^ samples,
InputId id,
String^ desc
)
static member RealUncNArrayFromRandomChoices :
samples : Number[][] *
id : InputId *
desc : string -> RealNArray<'T2>
- samples Number
- Samples
- id InputId
- Input Id
- desc String
- Description
RealNArrayT2