Click or drag to resize

ContiguousNonNegativeIntegerRange Properties

The ContiguousNonNegativeIntegerRange type exposes the following members.

Properties
 NameDescription
Public propertyCount Number of elements of the integer range.Thus the integer range contains Start, Start+1, .. Start+Count-1.
Public propertyStatic memberEmpty Gets a standard empty integer range (Start and Count set to zero).
Public propertyEnd Element immmediately after the last valid element (is equal to Start+Count).
Public propertyIsEmpty Returns true if the range is empty, i.e. has no elements.
Public propertyIsInfinite Returns true if the integer range is infinite.
Public propertyItem 
Public propertyLast Last valid element of the integer range (is equal to Start+Count-1).
Public propertyRangesAscending 
Public propertyRangesDescending 
Public propertyStart Start value of the integer range.
Top
See Also