Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Frac(const X: TMtx): Matrix; | Return the fractional part of a real number in the source. |
| 2 | function Frac(const X: TVec): Vector; | Return the fractional part of a real number in the source. |
Overload 1: function Frac(const X: TMtx): Matrix;
Return the fractional part of a real number in the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx |
Returns: Matrix
Remarks:
Internally calls Matrix.Frac
Overload 2: function Frac(const X: TVec): Vector;
Return the fractional part of a real number in the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec |
Returns: Vector
Remarks:
Internally calls Vector.Frac