Click or drag to resize

GH_RuleRange Constructor

Initializes a new instance of the GH_RuleRange class

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_RuleRange(
	int min,
	int max,
	bool negate
)

Parameters

min
Type: SystemInt32
max
Type: SystemInt32
negate
Type: SystemBoolean
See Also