Click or drag to resize

Range Structure

Describes a range with a minimum and a maximum value. Currently not used, was added for G# (integration of graph rewriting/GrGen into C# compiler) - TODO/potential use: ranges in validation, maybe loops

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

The Range type exposes the following members.

Constructors
  NameDescription
Public methodRange
Constructs a Range object.
Top
Fields
  NameDescription
Public fieldStatic memberInfinite
Constant value representing positive infinity for a range.
Public fieldMax
The upper bound of the range.
Public fieldMin
The lower bound of the range.
Top
See Also