Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clMatrix Real(TOpenCLMatrix X) | Returns the real part of the complex number. |
| 2 | clValue Real(TOpenCLValue X) | Returns the real part of the complex number. |
| 3 | clVector Real(TOpenCLVector X) | Returns the real part of the complex number. |
Overload 1: clMatrix Real(TOpenCLMatrix X)
Returns the real part of the complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
Returns: clMatrix
Remarks:
Internally calls Dew.Math.clMatrix.RealPart
Overload 2: clValue Real(TOpenCLValue X)
Returns the real part of the complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue | source TOpenCLValue |
Returns: clValue
Remarks:
Internally calls Dew.Math.clValue.RealPart
Overload 3: clVector Real(TOpenCLVector X)
Returns the real part of the complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
Returns: clVector
Remarks:
Internally calls Dew.Math.clVector.RealPart