MtxExpr.MulI Method

Overload List

#SignatureDescription
1function MulI(const X: TMtx): Matrix;Multiply the source with 1i complex number.
2function MulI(const X: TVec): Vector;Multiply the source with 1i complex number.

Overload 1: function MulI(const X: TMtx): Matrix;

Multiply the source with 1i complex number.

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.MulI

Overload 2: function MulI(const X: TVec): Vector;

Multiply the source with 1i complex number.

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.MulI