GH_VariantIsNumeric Property  | 
 
 Gets a value indicating whether or not the Variant is a numeric type. 
 Only Doubles and Integers are considered to be Numeric.
 
 
    Namespace: 
   Grasshopper.Kernel.Expressions
    Assembly:
   Grasshopper (in Grasshopper.dll)
Syntaxpublic bool IsNumeric { get; }Public ReadOnly Property IsNumeric As Boolean
	Get
Property Value
Type: 
Boolean[Missing <value> documentation for "P:Grasshopper.Kernel.Expressions.GH_Variant.IsNumeric"]
See Also