Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function CTrunc(const X: TCplx): TCplx; | Complex truncate function. |
| 2 | function CTrunc(const X: TSCplx): TSCplx; |
Overload 1: function CTrunc(const X: TCplx): TCplx;
Complex truncate function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx |
Returns: TCplx (complex) - the truncate function to real and imginary part of the X parameter.
Overload 2: function CTrunc(const X: TSCplx): TSCplx;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx |
Returns: TSCplx