TOpenCLMatrix.IsSubRange Property

property IsSubRange: Boolean;

Automatically set to true after the SetSubIndex or SetSubRange call.

Returns: Boolean

Remarks:

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