Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx CRound(TCplx X) | Complex round function. |
| 2 | TSCplx CRound(TSCplx X) |
Overload 1: TCplx CRound(TCplx X)
Complex round function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx | scalar |
Returns: TCplx (complex) - Round function to real and imginary part of the X parameter.
Overload 2: TSCplx CRound(TSCplx X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx | scalar |
Returns: TSCplx