This documentation is archived and is not being maintained.
Complex::ToString Method
Visual Studio 2010
Converts the value of the current complex number to its equivalent string representation in Cartesian form.
Assembly: System.Numerics (in System.Numerics.dll)
Return Value
Type: System::StringThe string representation of the current instance in Cartesian form.
The default string representation of a complex number displays the number using its Cartesian coordinates in the form (a, b), where a is the real part of the complex number, and b is its imaginary part. Both a and b are formatted using the general format specifier ("G") and the conventions of the current system culture.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: