ClMtxExpr.Imag Method

Overload List

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

Overload 1: clMatrix Imag(TOpenCLMatrix X)

Returns the imaginary part of the source.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls Dew.Math.clMatrix.ImagPart

Overload 2: clValue Imag(TOpenCLValue X)

Returns the imaginary part of the source.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls Dew.Math.clValue.ImagPart

Overload 3: clVector Imag(TOpenCLVector X)

Returns the imaginary part of the source.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.ImagPart