Returns a string representation of the complex number
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public override string ToString()
Public Overrides Function ToString As String
Dim instance As Complex
Dim returnValue As String
returnValue = instance.ToString()
Return Value
StringString representation of the complex number
See Also