ClMtxExpr::Round Function

Overload List

#SignatureDescription
1clVector Round(TOpenCLVector *X);Rounds values to the closest integer.
2clMatrix Round(TOpenCLMatrix *X);Rounds values to the closest integer.
3clValue Round(TOpenCLValue *X);Rounds values to the closest integer.

Overload 1: clVector Round(TOpenCLVector *X);

Rounds values to the closest integer.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Round

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

Overload 2: clMatrix Round(TOpenCLMatrix *X);

Rounds values to the closest integer.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Round

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

Overload 3: clValue Round(TOpenCLValue *X);

Rounds values to the closest integer.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::Round

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