TOpenCLValue::Round Method

Overload List

#SignatureDescription
1TOpenCLBase *Round(TOpenCLBase *Src, int SrcIndex, int Index, int Len);
2TOpenCLValue *Round(TOpenCLValue *Src);Round Src.

Overload 1: TOpenCLBase *Round(TOpenCLBase *Src, int SrcIndex, int Index, int Len);

#NameTypeDescription
1SrcTOpenCLBase *
2SrcIndexint
3Indexint
4Lenint
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler

Overload 2: TOpenCLValue *Round(TOpenCLValue *Src);

Round Src.

#NameTypeDescription
1SrcTOpenCLValue *
Remarks:

Stores the result in the calling object. FloatPrecision and TOpenCLBase::Complex property of calling object are adjusted automatically.

Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler