 | Range Constructor |
Constructs a Range object.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic 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