Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Matrix Frac(TMtx X) | Return the fractional part of a real number in the source. |
| 2 | Vector 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | source 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | source TVec |
Returns: Vector
Remarks:
Internally calls Dew.Math.Vector.Frac