MtxExpr::ImagPart Function

Overload List

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

Overload 1: Vector ImagPart(TVec *X);

Returns the imaginary part of the source.

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Vector::ImagPart

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

Overload 2: Matrix ImagPart(TMtx *X);

Returns the imaginary part of the source.

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::ImagPart

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