NumericRange

Represents the minimum and maximum value of a NumericParameter.

class NumericRange : SyntaxNode {}

Members

Variables

max
double max;

The maximum value of this range.

min
double min;

The minimum value of this range.

Inherited Members

From SyntaxNode

syntaxKind
SyntaxKind syntaxKind()

Gets the SyntaxKind for this type of node.

visit
void visit(Visitor visitor)

Calls the $(S Visitor)'s analogous Visitor.visit method.

Meta