Initializes a new instance of
IndexPair with two indices.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic IndexPair(
int i,
int j
)
Public Sub New (
i As Integer,
j As Integer
)
Parameters
- i
- Type: SystemInt32
A first index. - j
- Type: SystemInt32
A second index.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also