MtxExpr.Round Method

Overload List

#SignatureDescription
1function Round(const X: TMtx): Matrix;Rounds values to the closest integer.
2function Round(const X: TVec): Vector;Rounds values to the closest integer.

Overload 1: function Round(const X: TMtx): Matrix;

Rounds values to the closest integer.

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Round

Overload 2: function Round(const X: TVec): Vector;

Rounds values to the closest integer.

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Round