GH_Format.FormatComplexNumber Method (GH_ComplexNumber)

GH_FormatFormatComplexNumber Method (GH_ComplexNumber)

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static string FormatComplexNumber(
	GH_ComplexNumber data
)
Public Shared Function FormatComplexNumber ( 
	data As GH_ComplexNumber
) As String

Parameters

data
Type: Grasshopper.Kernel.TypesGH_ComplexNumber

Return Value

Type: String
See Also