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