Click or drag to resize

RangeT Properties

The RangeT generic type exposes the following members.

Properties
  NameDescription
Public propertyFirst
Gets the first element in the range.
Public propertyIsDecreasing
Returns true if Second is less than or equal to First.
Public propertyIsIncreasing
Returns true if Second is greater than or equal to First.
Public propertyIsStrictlyDecreasing
Returns true if Second is less than First.
Public propertyIsStrictlyIncreasing
Returns true if Second is greater than First.
Public propertySecond
Gets the second element in the range.
Top
See Also