Click or drag to resize

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)
Syntax
public bool IsNumeric { get; }

Property Value

Type: Boolean

[Missing <value> documentation for "P:Grasshopper.Kernel.Expressions.GH_Variant.IsNumeric"]

See Also