clMatrix::IsSubRange Property

__declspec(property(get = GetIsSubRange)) bool IsSubRange;

Automatically set to true after the SetSubIndex or SetSubRange call.

Read: bool GetIsSubRange() const;
Remarks:

This property is set to true after the clMatrix::SetSubIndex or clMatrix::SetSubRange call. If IsSubRange is true then the TOpenCLMtxVec method/function will be performed on subrange of values. Use clMatrix::SetFullRange to set IsSubRange back to False and thus reset sub range to full vector length.

See Also: clMatrix::SetFullRange
Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler