MtxExpr.Real Method

Overload List

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

Overload 1: Matrix Real(TMtx X)

Returns the real part of the complex number.

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.RealPart

Overload 2: Vector Real(TVec X)

Returns the real part of the complex number.

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.RealPart