Produces a string representation of the complex number.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override

Return Value

A string represenation of the complex number.

See Also