GH_IndexRangeContains Method (Int32) |
Tests whether a specified index is defined by this range.
Namespace:
Grasshopper.Kernel.Data
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public bool Contains(
int index
)
Public Function Contains (
index As Integer
) As Boolean
Parameters
- index
- Type: SystemInt32
Index to test.
Return Value
Type:
BooleanTrue if the index is inside this range.
See Also