TOpenCLValue Flip(TOpenCLValue X)
Flips the real and imaginary part of a complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue | source TOpenCLValue |
Returns: TOpenCLValue
Remarks:
Performs the following transformation:
a + i*bi ==> b + i*a
Method flips the real and imaginary part of the complex number X and stores the result in the calling object.
See Also: TOpenCLValue.Flip, TOpenCLValue.Conj