IMSL C# Numerical Library

Complex.ToString Method

Returns the String representation of a Complex number.

Overload List

Returns a String representation for the specified Complex.

public override string ToString();

Formats the value of the current instance using the specified format.

public string ToString(string,IFormatProvider);

See Also

Complex Class | Imsl.Math Namespace