GH_Variant_Double Property  | 
 
 Gets the contents of this Variant as a double. 
 If the Variant is of type Integer this cast will also work.
 
 
    Namespace: 
   Grasshopper.Kernel.Expressions
    Assembly:
   Grasshopper (in Grasshopper.dll)
Syntaxpublic double _Double { get; }Public ReadOnly Property _Double As Double
	Get
Property Value
Type: 
Double[Missing <value> documentation for "P:Grasshopper.Kernel.Expressions.GH_Variant._Double"]
See Also