VectorInt.IsSubRange Property

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.VectorInt.SetSubIndex or Dew.Math.VectorInt.SetSubRange call. If IsSubRange is true then the TVecInt method/function will be performed on subrange of values. Use Dew.Math.VectorInt.SetFullRange to set IsSubRange back to False and thus reset sub range to full vector length.

See Also: VectorInt.SetFullRange