Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Real(const X: TCplx): Double; | Real part of complex number. |
| 2 | function Real(const X: TSCplx): Single; |
Overload 1: function Real(const X: TCplx): Double;
Real part of complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx |
Returns: Double - the real part of complex number X.
See Also: Math387.Imag
Overload 2: function Real(const X: TSCplx): Single;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx |
Returns: Single