 | Range Constructor |
Constructs a Range object.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic Range(
int min,
int max
)
Parameters
- min Int32
- The lower bound of the range.
- max Int32
- The upper bound of the range.
See Also