TOpenCLValue::Floor Method

Overload List

#SignatureDescription
1TOpenCLBase *Floor(TOpenCLBase *Src, int SrcIndex, int Index, int Len);
2TOpenCLValue *Floor(TOpenCLValue *Src);Rounds Src towards negative infinity and stores the result in the calling object.

Overload 1: TOpenCLBase *Floor(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 *Floor(TOpenCLValue *Src);

Rounds Src towards negative infinity and stores the result in the calling object.

#NameTypeDescription
1SrcTOpenCLValue *
Remarks:

FloatPrecision and TOpenCLBase::Complex properties of the calling object are adjusted automatically.

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