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