ClMtxExpr.Real Method

Overload List

#SignatureDescription
1function Real(X: TOpenCLMatrix): clMatrix;Returns the real part of the complex number.
2function Real(X: TOpenCLValue): clValue;Returns the real part of the complex number.
3function Real(X: TOpenCLVector): clVector;Returns the real part of the complex number.

Overload 1: function Real(X: TOpenCLMatrix): clMatrix;

Returns the real part of the complex number.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls clMatrix.RealPart

Overload 2: function Real(X: TOpenCLValue): clValue;

Returns the real part of the complex number.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls clValue.RealPart

Overload 3: function Real(X: TOpenCLVector): clVector;

Returns the real part of the complex number.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.RealPart