ILNumerics Ultimate VS

complexPartition Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public static bool Partition(
	string text,
	out string real,
	out string imag
)

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: Boolean
Remarks

[ILNumerics Core Module]

See Also

Reference