ComplexParse Method (String) |
Converts the string representation of a number in a specified style
to its Complex number equivalent.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static Complex Parse(
string s
)
Public Shared Function Parse (
s As String
) As Complex
public:
static Complex Parse(
String^ s
)
static member Parse :
s : string -> Complex
Parameters
- s
- Type: SystemString
A string containing a number to convert.
Return Value
Type:
Complex
A
Complex number represented in the String.
See Also