Click or drag to resize

Range Constructor

Constructs a Range object.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public Range(
	int min,
	int max
)

Parameters

min
Type: SystemInt32
The lower bound of the range.
max
Type: SystemInt32
The upper bound of the range.
See Also