GH_Variant Constructor (Int32) | 
 
 Create a new Integer variant.
 
 
    Namespace: 
   Grasshopper.Kernel.Expressions
    Assembly:
   Grasshopper (in Grasshopper.dll)
Syntaxpublic GH_Variant(
	int value
)
Public Sub New ( 
	value As Integer
)
Parameters
- value
 - Type: SystemInt32
Value of Variant. 
See Also