VectorInt::IsSubRange Property

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

Set to true after the SetSubIndex or SetSubRange call.

Read: bool GetIsSubRange() const;
Remarks:

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

See Also: VectorInt::SetFullRange
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler