ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Splits a string assumed to contain a complex number into real and imaginary parts. Removes 'i' identifiers.
[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
Number as text. - real
- Type: SystemString
[Output] string with real part - imag
- Type: SystemString
[Output] string with imaginary part.
Return Value
Type: BooleanRemarks
[ILNumerics Core Module]
See Also