Overload List
| # | Signature | Description |
|---|---|---|
| 1 | String CplxToStr(TCplx Z, Int32 Digits, Int32 Precision) | Converts complex number to a string. |
| 2 | String CplxToStr(TSCplx Z, Int32 Digits, Int32 Precision) |
Overload 1: String CplxToStr(TCplx Z, Int32 Digits, Int32 Precision)
Converts complex number to a string.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Z | TCplx | scalar |
| 2 | Digits | Int32 | |
| 3 | Precision | Int32 |
Returns: String - complex number, converted to string.
Remarks:
The Digits parameter controls the minimum number of zeros in the exponent (between 0 and 4). The conversion uses general number format with 15 significant digits for double precision and 7 digits if you are using single precision version of Math387.
See Also: Math387.StrToCplx
Overload 2: String CplxToStr(TSCplx Z, Int32 Digits, Int32 Precision)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Z | TSCplx | scalar |
| 2 | Digits | Int32 | |
| 3 | Precision | Int32 |
Returns: String