UncNumberInitFromRandomChoices Method

Initializes a Real Unc Number from random choices

Definition

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

Parameters

samples  Number
Samples
id  InputId
Input Id
desc  String
Description

Implements

IRealUncNumberInitFromRandomChoices(Number, InputId, String)

See Also