Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TSCplx op_Explicit(TCplx AValue) | Explicit conversion of TCplx (double) to TSCplx (single). |
| 2 | TCplx op_Explicit(TSCplx AValue) | Explicit conversion of TSCplx (single) to TCplx (double). |
| 3 | Int32 op_Explicit(TSCplx AValue) | Explicit conversion of TSCplx to Int32 - imaginary part is ignored. |
| 4 | Int64 op_Explicit(TSCplx AValue) | Explicit conversion of TSCplx to Int64 - imaginary part is ignored. |
| 5 | Single op_Explicit(TSCplx AValue) | Explicit conversion of TSCplx to single - imaginary part is ignored. |
| 6 | TSCplx op_Explicit(Double AValue) | Explicit conversion of double to TSCplx - imaginary part is set to 0. |
| 7 | TSCplx op_Explicit(Int32 AValue) | Explicit conversion of integer to TSCplx - imaginary part is set to 0. |
| 8 | TSCplx op_Explicit(Int64 AValue) | Explicit conversion of Int64 to TSCplx - imaginary part is set to 0. |
| 9 | TSCplx op_Explicit(Single AValue) | Explicit conversion of single to TSCplx - imaginary part is set to 0. |
Overload 1: TSCplx op_Explicit(TCplx AValue)
Explicit conversion of TCplx (double) to TSCplx (single).
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | TCplx | scalar |
Returns: TSCplx
Overload 2: TCplx op_Explicit(TSCplx AValue)
Explicit conversion of TSCplx (single) to TCplx (double).
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | TSCplx | scalar |
Returns: TCplx (complex)
Overload 3: Int32 op_Explicit(TSCplx AValue)
Explicit conversion of TSCplx to Int32 - imaginary part is ignored.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | TSCplx | scalar |
Returns: Int32
Overload 4: Int64 op_Explicit(TSCplx AValue)
Explicit conversion of TSCplx to Int64 - imaginary part is ignored.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | TSCplx | scalar |
Returns: Int64
Overload 5: Single op_Explicit(TSCplx AValue)
Explicit conversion of TSCplx to single - imaginary part is ignored.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | TSCplx | scalar |
Returns: Single
Overload 6: TSCplx op_Explicit(Double AValue)
Explicit conversion of double to TSCplx - imaginary part is set to 0.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | Double | scalar |
Returns: TSCplx
Overload 7: TSCplx op_Explicit(Int32 AValue)
Explicit conversion of integer to TSCplx - imaginary part is set to 0.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | Int32 |
Returns: TSCplx
Overload 8: TSCplx op_Explicit(Int64 AValue)
Explicit conversion of Int64 to TSCplx - imaginary part is set to 0.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | Int64 |
Returns: TSCplx
Overload 9: TSCplx op_Explicit(Single AValue)
Explicit conversion of single to TSCplx - imaginary part is set to 0.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | Single | scalar |
Returns: TSCplx