Returns a String representation for the specified Complex.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

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

Return Value

A String containing the Round-trip representation of this object. Round-trip guarantees that a numeric value converted to a String will be parsed back into the same numeric value.

See Also