MtxExpr::RealPart Function

Overload List

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

Overload 1: Vector RealPart(TVec *X);

Returns the real part of the complex number.

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Vector::RealPart

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler

Overload 2: Matrix RealPart(TMtx *X);

Returns the real part of the complex number.

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::RealPart

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler