ClMtxExpr::Trunc Function

Overload List

#SignatureDescription
1clVector Trunc(TOpenCLVector *X);Rounds values towards to zero to integer.
2clMatrix Trunc(TOpenCLMatrix *X);Rounds values towards zero to integer.
3clValue Trunc(TOpenCLValue *X);Rounds values towards to zero to integer.

Overload 1: clVector Trunc(TOpenCLVector *X);

Rounds values towards to zero to integer.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Trunc

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

Overload 2: clMatrix Trunc(TOpenCLMatrix *X);

Rounds values towards zero to integer.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Trunc

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

Overload 3: clValue Trunc(TOpenCLValue *X);

Rounds values towards to zero to integer.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::Trunc

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