ClMtxExpr.Imag Method

Overload List

#SignatureDescription
1function Imag(X: TOpenCLMatrix): clMatrix;Returns the imaginary part of the source.
2function Imag(X: TOpenCLValue): clValue;Returns the imaginary part of the source.
3function Imag(X: TOpenCLVector): clVector;Returns the imaginary part of the source.

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

Returns the imaginary part of the source.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls clMatrix.ImagPart

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

Returns the imaginary part of the source.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls clValue.ImagPart

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

Returns the imaginary part of the source.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.ImagPart