TVecSmallInt::IsSubRange Property

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

Set to true after the SetSubIndex or SetSubRange call.

Read: bool GetIsSubRange();
Remarks:

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

See Also: TVecSmallInt::SetFullRange
Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler