MtxExpr::Round Function

Overload List

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

Overload 1: Vector Round(TVec *X);

Rounds values to the closest integer.

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Vector::Round

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler

Overload 2: Matrix Round(TMtx *X);

Rounds values to the closest integer.

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::Round

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler