Namespace:
Grasshopper.Kernel.Data
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic GH_RuleGroup(
IEnumerable<int> numbers,
bool negate
)
Public Sub New (
numbers As IEnumerable(Of Integer),
negate As Boolean
)
Parameters
- numbers
- Type: System.Collections.GenericIEnumerableInt32
- negate
- Type: SystemBoolean
See Also