Boolean IsSubRange { get; set; }
Set to true after the SetSubIndex or SetSubRange call.
Returns: Boolean
Remarks:
This property is set to true after the Dew.Math.TMtxVecBase.SetSubIndex or Dew.Math.TMtxVecBase.SetSubRange call. If IsSubRange is true then the TVec method/function will be performed on subrange of values. Use Dew.Math.TMtxVecBase.SetFullRange to set IsSubRange back to False and thus reset sub range to full vector length.