ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
The complex number.
Converts the string text containing a complex number into the complex number.
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- text
- Type: SystemString
String representation of the complex number. - style
- Type: System.GlobalizationNumberStyles
Number style used for parsing individual parts (real, imag). - culture
- Type: System.GlobalizationCultureInfo
The culture determining separators and floating point formats.
Return Value
Type: complexThe complex number.
Exceptions
Exception | Condition |
---|---|
FormatException | if the string is in an invalid format and/or cannot be converted. |
Remarks
[ILNumerics Core Module]
See Also