Click or drag to resize

GH_Variant Constructor (Complex)

Create a new Complex variant.

Namespace:  Grasshopper.Kernel.Expressions
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_Variant(
	Complex value
)

Parameters

value
Type: Grasshopper.Kernel.TypesComplex
Value of Variant.
See Also