GH_RuleNumber Constructor |
Namespace:
Grasshopper.Kernel.Data
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public GH_RuleNumber(
int number,
bool negate
)
Public Sub New (
number As Integer,
negate As Boolean
)
Parameters
- number
- Type: SystemInt32
- negate
- Type: SystemBoolean
See Also