Math387.CplxToStr Method

Overload List

#SignatureDescription
1String CplxToStr(TCplx Z, Int32 Digits, Int32 Precision)Converts complex number to a string.
2String CplxToStr(TSCplx Z, Int32 Digits, Int32 Precision)

Overload 1: String CplxToStr(TCplx Z, Int32 Digits, Int32 Precision)

Converts complex number to a string.

#NameTypeDescription
1ZTCplxscalar
2DigitsInt32
3PrecisionInt32

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)

#NameTypeDescription
1ZTSCplxscalar
2DigitsInt32
3PrecisionInt32

Returns: String