IMSL C# Numerical Library

Complex.Parse Method

Converts the string representation of a number in a specified style to its Complex number equivalent.

Overload List

Converts the string representation of a number in a specified style to its Complex number equivalent.

public static Complex Parse(string);

Converts the string representation of a number in a specified style to its Complex number equivalent.

public static Complex Parse(string,IFormatProvider);

See Also

Complex Class | Imsl.Math Namespace