MtxExpr.ImagPart Method

Overload List

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

Overload 1: Matrix ImagPart(TMtx X)

Returns the imaginary part of the source.

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.ImagPart

Overload 2: Vector ImagPart(TVec X)

Returns the imaginary part of the source.

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.ImagPart