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.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public string ToString( string formatString ) |
| Visual Basic (Declaration) |
|---|
Public Function ToString ( _ formatString As String _ ) As String |
| Visual C++ |
|---|
public: String^ ToString( String^ formatString ) |
Parameters
- formatString
- Type: System..::.String
String used to format the numbers.