MtxExpr.ImagPart Method

Overload List

#SignatureDescription
1function ImagPart(const X: TMtx): Matrix;Returns the imaginary part of the source.
2function ImagPart(const X: TVec): Vector;Returns the imaginary part of the source.

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

Returns the imaginary part of the source.

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.ImagPart

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

Returns the imaginary part of the source.

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.ImagPart