IMSL C# Numerical Library

Complex.ToString Method ()

Returns a String representation for the specified Complex.

public override string ToString();

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

Complex Class | Imsl.Math Namespace | Complex.ToString Overload List