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