TOpenCLValue::MulI Method

Overload List

#SignatureDescription
1TOpenCLBase *MulI(TOpenCLBase *X, int XIndex, int Index, int Len);
2TOpenCLValue *MulI(TOpenCLValue *X);Multiply X with 1i and store the result in to the calling object.

Overload 1: TOpenCLBase *MulI(TOpenCLBase *X, int XIndex, int Index, int Len);

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

Overload 2: TOpenCLValue *MulI(TOpenCLValue *X);

Multiply X with 1i and store the result in to the calling object.

#NameTypeDescription
1XTOpenCLValue *
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler