Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Cplx(Double A) | Converts two real numbers to complex number. |
| 2 | TCplx Cplx(Double A, Double B) |
Overload 1: TCplx Cplx(Double A)
Converts two real numbers to complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | Double | scalar |
Returns: TCplx (complex) - complex number: A+i*b.
Overload 2: TCplx Cplx(Double A, Double B)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | Double | scalar |
| 2 | B | Double | scalar |
Returns: TCplx (complex)