MtxExpr.Frac Method

Overload List

#SignatureDescription
1function Frac(const X: TMtx): Matrix;Return the fractional part of a real number in the source.
2function 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.

#NameTypeDescription
1XTMtx

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.

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Frac