Click or drag to resize

ComplexNumberParse Method

Converts the string representation of a complex number to its complex number equivalent.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.242-beta+5de70bd1c87865d409ebc16b8886196644c0c750
Syntax
public static ComplexNumber Parse(
	string str
)
View Source

Parameters

str  String
A string that contains a number to convert.

Return Value

ComplexNumber
A complex number that is equivalent to the numeric value or symbols specified in str.
See Also