Click or drag to resize

SequenceAssignRandomIntToVar Constructor (SequenceVariable, Int32, Boolean)

Initializes a new instance of the SequenceAssignRandomIntToVar class

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public SequenceAssignRandomIntToVar(
	SequenceVariable destVar,
	int number,
	bool choice
)

Parameters

destVar
Type: de.unika.ipd.grGen.libGrSequenceVariable
number
Type: SystemInt32
choice
Type: SystemBoolean
See Also