Click or drag to resize

FloatComplexToString(String) Method

Returns a formatted string representation of this complex number of the form (real,imag) The real numbers real and imag are formatted according to the input format string formatString.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public string ToString(
	string formatString
)

Parameters

formatString  String
String used to format the numbers.

Return Value

String
A formatted string representation.
See Also