__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 Matrix::SetSubIndex or Matrix::SetSubRange call. If IsSubRange is true then the TVec method/function will be performed on subrange of values. Use Matrix::SetFullRange to set IsSubRange back to False and thus reset sub range to full Matrix length.
See Also: Matrix::SetFullRange
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler