Click or drag to resize

ComplexExtensionsToComplex32 Method

Overload List
 NameDescription
Public Extension MethodToComplex32(String) Creates a Complex32 number based on a string. The string can be in the following formats (without the quotes): 'n', 'ni', 'n +/- ni', 'ni +/- n', 'n,n', 'n,ni,' '(n,n)', or '(n,ni)', where n is a double.
Public Extension MethodToComplex32(String, IFormatProvider) Creates a Complex32 number based on a string. The string can be in the following formats (without the quotes): 'n', 'ni', 'n +/- ni', 'ni +/- n', 'n,n', 'n,ni,' '(n,n)', or '(n,ni)', where n is a double.
Top
See Also