|
ComplexNumberParse Method
|
Converts the string representation of a complex number to its complex number equivalent.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
SyntaxGSF.ComplexNumber.Parse = function(str);
View SourceParameters
- str String
- A string that contains a number to convert.
Return Value
ComplexNumberA complex number that is equivalent to the numeric value or symbols specified in
str.
See Also