ClMtxExpr.MulI Method

Overload List

#SignatureDescription
1function MulI(X: TOpenCLMatrix): clMatrix;Multiply the source with 1i complex number.
2function MulI(X: TOpenCLValue): clValue;Multiply the source with 1i complex number.
3function MulI(X: TOpenCLVector): clVector;Multiply the source with 1i complex number.

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

Multiply the source with 1i complex number.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls clMatrix.MulI

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

Multiply the source with 1i complex number.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls clValue.MulI

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

Multiply the source with 1i complex number.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.MulI