UncListInitFromRandomChoices(Number, InputId, String) Method

Initializes an Uncertainty List from random choices

Definition

Namespace: Metas.UncLib.MCProp
Assembly: Metas.UncLib.MCProp (in Metas.UncLib.MCProp.dll) Version: 2.8.9053.20199
C#
public override void InitFromRandomChoices(
	Number[][] samples,
	InputId id,
	string desc
)

Parameters

samples  Number
Samples
id  InputId
Input Id
desc  String
Description

Implements

IUncListTInitFromRandomChoices(Number, InputId, String)
IUncListTInitFromRandomChoices(Number, InputId, String)

See Also