Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector Frac(TVec *X); | Return the fractional part of a real number in the source. |
| 2 | Matrix 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec * |
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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx * |
Remarks:
Internally calls Matrix::Frac
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler