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.1
Syntax
C#
public Range(
	int min,
	int max
)

Parameters

min  Int32
The lower bound of the range.
max  Int32
The upper bound of the range.
See Also