MtxExpr.RealPart Method

Overload List

#SignatureDescription
1function RealPart(const X: TMtx): Matrix;Returns the real part of the complex number.
2function RealPart(const X: TVec): Vector;Returns the real part of the complex number.

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

Returns the real part of the complex number.

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.RealPart

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

Returns the real part of the complex number.

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.RealPart