__declspec(property(get = GetIsSubRange)) bool IsSubRange;
Automatically set to true after the SetSubIndex or SetSubRange call.
Read:
bool GetIsSubRange();Remarks:
This property is set to true after the TOpenCLMatrix::SetSubIndex or TOpenCLMatrix::SetSubRange call. If IsSubRange is true then the TOpenCLMtxVec method/function will be performed on subrange of values. Use TOpenCLMatrix::SetFullRange to set IsSubRange back to False and thus reset sub range to full vector length.
See Also: TOpenCLMatrix::SetFullRange
Declared in Dew::Math::TOpenCLMtxVec · Dew.Math/clMtxVec.h · Cross-compiler