Click or drag to resize

GH_RuleNumber Constructor

Initializes a new instance of the GH_RuleNumber class

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_RuleNumber(
	int number,
	bool negate
)

Parameters

number
Type: SystemInt32
negate
Type: SystemBoolean
See Also