GH_Format.FormatComplexNumber Method (Complex)

GH_FormatFormatComplexNumber Method (Complex)

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

Parameters

num
Type: Grasshopper.Kernel.TypesComplex

Return Value

Type: String
See Also