IMSL C# Numerical Library

Complex.ToString Method (String, IFormatProvider)

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

public string ToString(
   string format,
   IFormatProvider formatProvider
);

Parameters

format
The String specifying the format to use.
formatProvider
The IFormatProvider to use to format the value.

Implements

IFormattable.ToString

See Also

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