Overload List
| # | Signature | Description |
|---|---|---|
| 1 | String FormatCplx(TCplx Z, String ReFormat, String ImFormat) | The complex number Z formated as a string. |
| 2 | String FormatCplx(TSCplx Z, String ReFormat, String ImFormat) |
Overload 1: String FormatCplx(TCplx Z, String ReFormat, String ImFormat)
The complex number Z formated as a string.
| # | Name | Description |
|---|---|---|
| 1 | Z | Defines complex number for formatting: Z=Re+I*Im. |
| 2 | ReFormat | Defines string format used for formating real part of Z. |
| 3 | ImFormat | Defines string format used for formating imaginary part of Z. |
Returns: String - the complex number Z formated as a string.
Remarks:
If ReFormat and ImFormat parameters are empty strings, the function calls Dew.Math.Units.Math387.CplxToStr.
See Also: Math387.FormatSample
Overload 2: String FormatCplx(TSCplx Z, String ReFormat, String ImFormat)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Z | TSCplx | scalar |
| 2 | ReFormat | String | |
| 3 | ImFormat | String |
Returns: String