UncNumberInitFromRandomChoices Method
Initializes a Real Unc Number from random choices
Namespace: Metas.UncLib.LinPropAssembly: Metas.UncLib.LinProp (in Metas.UncLib.LinProp.dll) Version: 2.8.9053.20196
public void InitFromRandomChoices(
Number[] samples,
InputId id,
string desc
)
Public Sub InitFromRandomChoices (
samples As Number(),
id As InputId,
desc As String
)
public:
virtual void InitFromRandomChoices(
array<Number>^ samples,
InputId id,
String^ desc
) sealed
abstract InitFromRandomChoices :
samples : Number[] *
id : InputId *
desc : string -> unit
override InitFromRandomChoices :
samples : Number[] *
id : InputId *
desc : string -> unit
- samples Number
- Samples
- id InputId
- Input Id
- desc String
- Description
IRealUncNumberInitFromRandomChoices(Number, InputId, String)