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