MtxExpr.Frac Method

Overload List

#SignatureDescription
1Matrix Frac(TMtx X)Return the fractional part of a real number in the source.
2Vector Frac(TVec X)Return the fractional part of a real number in the source.

Overload 1: Matrix Frac(TMtx X)

Return the fractional part of a real number in the source.

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Frac

Overload 2: Vector Frac(TVec X)

Return the fractional part of a real number in the source.

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Frac