MtxExpr.Real Method

Overload List

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

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

Returns the real part of the complex number.

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.RealPart

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

Returns the real part of the complex number.

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.RealPart