TOpenCLValue::Cos Method

Overload List

#SignatureDescription
1TOpenCLBase *Cos(TOpenCLBase *X, int XIndex, int Index, int Len);
2TOpenCLValue *Cos(TOpenCLValue *X);Cosne function.

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

Cosne function.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Calculate the cosine of X.

See Also: TOpenCLValue::ArcSin, TOpenCLValue::SinCos
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler