MtxExpr.Imag Method

Overload List

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

Overload 1: Matrix Imag(TMtx X)

Returns the imaginary part of the source.

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.ImagPart

Overload 2: Vector Imag(TVec X)

Returns the imaginary part of the source.

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.ImagPart