TOpenCLMatrix::SetSubRange Method

Overload List

#SignatureDescription
1void SetSubRange();Sets the subarray size to full size.
2void SetSubRange(int Index, int Len);

Overload 1: void SetSubRange();

Sets the subarray size to full size.

Remarks:

This method is the same as the TOpenCLMatrix::SetFullRange method.

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

Overload 2: void SetSubRange(int Index, int Len);

#NameTypeDescription
1Indexint
2Lenint
Declared in Dew::Math::TOpenCLMatrix · Dew.Math/clMtxVec.h · Cross-compiler