MtxExpr::Frac Function

Overload List

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

Overload 1: Vector Frac(TVec *X);

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

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Vector::Frac

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

Overload 2: Matrix Frac(TMtx *X);

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

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::Frac

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